Titanium SDK 5.1.2 - Permissions for Android 6.0

Since the SDK is 5.1.0, the target SDK must be 23, which makes some of the permissions stop working. I mean, they need to be requested at runtime, but the Titanium SDK does not really make it possible to do this.

I need to read and write to usb storage and read the status of the phone. Is there a workaround? Will methods for requesting these permissions be included in future versions of the SDK?

+4
source share

Source: https://habr.com/ru/post/1625586/


All Articles