App not showing up?
问题 My app isn't showing up on google play store for some phones, like the Samsung GT-S5830i I don't know whether it is because of my <uses-permission> or my min SDK or my Screen Size permissions. After seeing this I made all of my <uses-permission> into <uses-feature> and added android:required="false" to every permission. Now, I need to check feature availability in my java code since the permissions are optional, so that I can avoid a java.lang.SecurityException: Permission Denial How would I