Here´s another one!Do you know how to get the permissions enabled for the app?For a while ago I got questions from android when installing the app if i grant the permissions.Now I don´t and have to set them manually.
I set the tasker pref to run in foreground and that made it!
Could you clarify exactly what you mean here.
What's the target sdk for your app?
Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app.
No.
If the device is running Android 5.1 or lower, or your app's target SDK is 22 or lower: If you list a dangerous permission in your manifest, the user has to grant the permission when they install the app; if they do not grant the permission, the system does not install the app at all.
If the device is running Android 6.0 or higher, and your app's target SDK is 23 or higher: The app has to list the permissions in the manifest, and it must request each dangerous permission it needs while the app is running. The user can grant or deny each permission, and the app can continue to run with limited capabilities even if the user denies a permission request.
Tasker targets a lower android version. Tasker itself does not request dangerous permissions because you accept them upon installation.
Tasker also does not automatically give kid apps the ability to request these permissions. However you could use Taskers java actions to check if the kid app has each permission and then request them from an activity.
Correct!
When i try exporting the app for target 22. It crashes on start.