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?
source
share