Android manifest that will support Galaxy S4, HTC One

前端 未结 3 585
温柔的废话
温柔的废话 2021-01-21 17:48

Im trying to create Android manifest that Google Play will show to Samsung Galaxy S4, HTC One and so on since current one doesn\'t list those in compatible devices list

3条回答
  •  执念已碎
    2021-01-21 17:51

    in my app i use this manifest (i changed the package and activity names):

    
    
    
        
    
        
    
        
    
            
    
                
                    
                    
                
    
            
    
            
            
    
        
    
    

    And the Google Play store says that it is compatible with > 4000 devices, HTC One an SGS4 are included.

    I hope i understand your question right.

提交回复
热议问题