You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have MainActivity that extends UnityPlayerActivity and implements various listeners for Temi. I already have OnRequestPermissionResult for MainActivity for Bluetooth permissions and also have following overriden method for handling the result of Temi permission. Somehow after requesting for Settings permission, the method is not called. What could be wrong ?
public void onRequestPermissionResult( Permission permission, int grantResult, int requestCode)
I have implemented following things:
Import listener permission.
Added OnRequestPermissionResultListener in MainActivity
Add and remove the listener in OnCreate() and OnDestroy()
Overriden method for handling the result.
Any help will be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
I have
MainActivity
that extendsUnityPlayerActivity
and implements various listeners for Temi. I already haveOnRequestPermissionResult
forMainActivity
for Bluetooth permissions and also have following overriden method for handling the result of Temi permission. Somehow after requesting for Settings permission, the method is not called. What could be wrong ?public void onRequestPermissionResult( Permission permission, int grantResult, int requestCode)
I have implemented following things:
OnRequestPermissionResultListener
inMainActivity
OnCreate()
andOnDestroy()
Any help will be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: