How to select permission in the app by myself?

when i create an app ,it automatically set some permission which I dont want.How to fix this?

Use ask for permission block from screen…
Automatically asking permission are from the components you use…
And be more specific to get proper solution
Which permission is asked? which components are you using?

2 Likes

Be careful of the components you use.

Each component may have a required permission.

What is the permission being requested and what blocks do you think are related?

2 Likes

use AppToMarket or ApkModder to modify the manifest
https://groups.google.com/forum/#!forum/apptomarket
https://groups.google.com/forum/#!forum/apkmodder
Taifun

2 Likes

Nice to know @Taifun However the component requesting the permission will not work if it is not requested and approved.

sometimes you do not need all permissions
for example using a webviewer component to display only html files from the assets does not require internet access
or a file component only reading files does not need write permission
etc etc
Taifun

3 Likes

Ahhh, very valid point. A delicate balance for sure, And as you saw from my extension, I care about permissions, so thank you for this. Bookmarked

1 Like