Removing Services not in use
Is there a way to remove services not in use? It always include services which I actually do not use. Ex. Camera Service, etc...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to remove services not in use? It always include services which I actually do not use. Ex. Camera Service, etc...
What I mean are the camera, contacts and geolocation services...
Hello! It's not possible to delete a native service in the current release.
Having issues in filtering in google play. it blocks many devices. are there any work arounds?
Not sure I understand the question. Could you clarify please?
We uploaded the apk file generated to Google Play and by default it includes the following requirements:
Required device features
android.hardware.camera
android.hardware.camera.autofocus
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.screen.landscape
android.hardware.telephony
Only devices with all the hardware above can see our app
We don't use camera, microphone and telephony but its included in the list by default.
You should export Source Code (Eclipse project) and edit these permissions in Android Manifest file. Next week we are going to release feature to let user modify that permissions in editor.