Copy link to clipboard
Copied
Android 23.0.0 and higher has introduced a new Activity method as follow:
public void onRequestPermissionsResult(int requestCode, String permissions[], int[] grantResults)
Which is not available in AdobeAir yet. That would be great if you can update your AIR_SDKlib\android\lib\runtimeClasses.jar file to include this method.
We have requested this feature here:
Feature#4162156 - add onRequestPermissionsResult to lib\android\lib\runtimeClasses.jar
Thanks a lot,
MyFlashLabs Team