Android Question Library and Manifest

Star-Dust

Expert
Licensed User
Longtime User
I am creating my second Library, and there is a need to request permissions.

I would like to include in the Manifest the request for a permit. Is there a way to do this?
 

Star-Dust

Expert
Licensed User
Longtime User
Thanks, but should I do it in Java?
My Library is mixed, but mostly in B4A
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
I have to add this permission to the Manifest.
B4X:
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
But I would like to avoid that it was the user to do so but loading it to the library would be added
 
Upvote 0
Top