Android Code Snippet AddPermission - A list of permissions in Android

Subname: Addpermission
Note: This is not really an Sub. It´s more an overview of permissions available

Description: A list of all permissions usable in Android (B4A). Every permission is one line of the following list. To use this permission in your app you need to add the line you need in the B4A-Manifest-Editor


Tags: Permission AddPermission Manifesteditor
 

Attachments

  • Lollipop-Android-Permissions.txt
    21.6 KB · Views: 2,398
  • Android-Permissions.txt
    21.5 KB · Views: 2,894
Last edited:

GMan

Well-Known Member
Licensed User
Longtime User
Hoi Manfred,

well done as always.

Just looking for something like this - better was a Lib or Class which derives the permissions of the app and (i.e.) write them to a simple .txt-file.
So the Developer could show the users what the App permissions are and what that MEANT.

Many DAU read: Access to the personal contacts and could be afraid - don't thinking about, that the App can make calls and MUST have access to the contacts ;-)

Sugestion for you if you have some minutes ?

See hier as an example the (translated !!!) permission for App @Amazon:
 

DonManfred

Expert
Licensed User
Longtime User
I must be honestly: it´s not my list... I found the list here in forum... I make the list you found here out of the oure list of permissions so a user can copy a line from this list to put it in manifest...

Do YOU have a list of all permissions WITH description about this permissions?
 

GMan

Well-Known Member
Licensed User
Longtime User
Hoi Guys,

thx for that - here are some raw translations (DE,EN,FR,ES (even Hebrew for Erel)) from Google Translator.
Now we need a script thats fetches the Translations to the (original named) Permissions ;-)

Here a sample in DE
 

Attachments

  • PermTrans.txt
    74.5 KB · Views: 1,267

GMan

Well-Known Member
Licensed User
Longtime User
This Google translations are very... strange

As always and as written...raw

But: no Finish without a Start
 

ivan.tellez

Active Member
Licensed User
Longtime User
This sound interesting.

Anyone knows how to make an app in B4A with the Permission:

AddPermission(android.permission.BIND_INPUT_METHOD)

And make a InputMethodService?


Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Added
B4X:
AddPermission(android.permission.BIND_DREAM_SERVICE)  ' When targeting API level 21 and higher, this permission is required by a Daydream service, to ensure that only the system can bind to it.
to the list. Post #1 updated
 

German Buchmuller

Member
Licensed User
Longtime User
Hi, I need the Manifest permission for vending.billing could someone provide me that? thanks!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…