Page 1 of 1

Removing Services not in use

Posted: Thu Jan 17, 2013 1:10 pm
by Arcelio J. Fetizanan Jr.

Is there a way to remove services not in use? It always include services which I actually do not use. Ex. Camera Service, etc...


Removing Services not in use

Posted: Thu Jan 17, 2013 1:18 pm
by Arcelio J. Fetizanan Jr.

What I mean are the camera, contacts and geolocation services...


Removing Services not in use

Posted: Thu Jan 17, 2013 1:19 pm
by Maryna Brodina

Hello! It's not possible to delete a native service in the current release.


Removing Services not in use

Posted: Thu Jan 17, 2013 2:38 pm
by Arcelio J. Fetizanan Jr.

Having issues in filtering in google play. it blocks many devices. are there any work arounds?


Removing Services not in use

Posted: Thu Jan 17, 2013 3:28 pm
by Maryna Brodina

Not sure I understand the question. Could you clarify please?


Removing Services not in use

Posted: Thu Jan 17, 2013 3:32 pm
by Arcelio J. Fetizanan Jr.

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


Removing Services not in use

Posted: Thu Jan 17, 2013 3:33 pm
by Arcelio J. Fetizanan Jr.

We don't use camera, microphone and telephony but its included in the list by default.


Removing Services not in use

Posted: Thu Jan 17, 2013 3:40 pm
by Maryna Brodina

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.