Permission denied (missing INTERNET permission?): But permission is given

后端 未结 7 2256
谎友^
谎友^ 2020-11-28 13:47

I\'m trying to call a httpClient and the response is \"Permission denied (missing INTERNET permission?)\". In the normal browser of Android I can open the URL without proble

7条回答
  •  独厮守ぢ
    2020-11-28 14:04

    Try this You give permission correct but Permissions must be outside of the application tag maintain order for the tag

      
          
          
           ....
          
           
           
    
    
    your code is like this way
    
    
    
    
        
        
        
        
        
        
        
    
    
    
        
            
                
    
                
            
        
    
    
     
    
    

提交回复
热议问题