google play - Android Application convert required permissions to features -


i have uploaded new android application google play store , found simple application unsupported 909 devices.

required permissions   android.permission.access_fine_location android.permission.access_network_state android.permission.call_phone android.permission.internet 

now want make call_phone , access_fine_location optional. means want check pragmatically if device can't make call or can't provide fine location information.

by doing think can support more devices.

features include apis for:

camera functions location data (gps) bluetooth functions telephony functions sms/mms functions network/data connections 

for feature requirements declared in <uses-feature> elements, google play assumes required application & filter based on those.

if application attempts use of features without declaring in application's manifest, security exception thrown application.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -