BinaryJam
Posts: 0
Joined: Fri Oct 19, 2012 1:22 pm

Android Permissions, can I reduce the number of them

After I install an android debug apk, the app lists all these permissions required ? Why so many and how can I restrict it to only the ones I use, I wouldnt install an app with access to all the things.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Android Permissions, can I reduce the number of them

Hello! You can export Eclipce project and delete permissions manually from Android Manifest File. In the future we want to add an editor where such permissions can be selected.

Clinton
Posts: 0
Joined: Thu Oct 18, 2012 11:03 am

Android Permissions, can I reduce the number of them

I have read on another post you can, but unfortunately you cannot do it on the Tiggzi environment. You'd have to export the application and do it manually.

Here is the link to the discussion https://getsatisfaction.com/tiggzi/topics/excessive_permissions-14uun0

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Android Permissions, can I reduce the number of them

All the permissions are there as we don't know what native API you use in your app. We are planning to add an editor where you will be able to specify what permissions your apps needs. Today you could export the app source and modify the permissions directly.

BinaryJam
Posts: 0
Joined: Fri Oct 19, 2012 1:22 pm

Android Permissions, can I reduce the number of them

I thought u might have to export, its great u can do it, its gonna be better to do it in tiggzi

Puneet Duseja
Posts: 0
Joined: Wed Apr 16, 2014 10:55 am

Android Permissions, can I reduce the number of them

is there another way to get rid of so many permissions?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Android Permissions, can I reduce the number of them

Hello!

You can edit permissions in App Settings http://docs.appery.io/documentation/a...

Return to “Issues”