I set uses-feature android:required=“false” but Google play keeps insisting on these features

后端 未结 1 588

I\'ve coded my app so that it has some features which it prefers, but otherwise does not need as I want my app to be available to all devices. In my manifest I\'ve set:

1条回答
  •  不知归路
    2021-01-01 19:39

    On reflection the answer was obvious, as telephony is in lower-case. For some reason this requires lower case even though upper case works in my uses-permission declarations. Here's the code which worked:

    
    
    
    
    
    

    Hope this is helpful to someone else!

    0 讨论(0)
提交回复
热议问题