I have a problem that has been bothering me for days. Is it possible in a separate class, not in the Activity, to intercept the event:
So I know it is possible to intercept the onActivityResult event via the anywheresoftware.b4a.IOnActivityResult class. Is there any similar principle for onRequestPermissionsResult?
Thanks.
Java event:
@Override
public void onRequestPermissionsResult(int requestCode,String permissions[], int[] grantResults)
So I know it is possible to intercept the onActivityResult event via the anywheresoftware.b4a.IOnActivityResult class. Is there any similar principle for onRequestPermissionsResult?
Thanks.