[
https://issues.apache.org/jira/browse/CB-12014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575037#comment-15575037
]
Harsh Yadav commented on CB-12014:
----------------------------------
I am doing like this
Intent intent = new Intent(DevicePolicyManager.ACTION_ADD_DEVICE_ADMIN);
intent.putExtra(DevicePolicyManager.EXTRA_DEVICE_ADMIN,
some_reciever_extends_DeviceAdminReceiver);
startActivityForResult(intent, 1);
> Back button event listener is not called when app requests device
> administrator permissions.
> --------------------------------------------------------------------------------------------
>
> Key: CB-12014
> URL: https://issues.apache.org/jira/browse/CB-12014
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Environment: Android M
> Reporter: Harsh Yadav
> Labels: Administrator
>
> I have registered an event listener for the event "backbutton" in my hybrid
> app. During the launch of the app it asks user to activate the Device
> Administrator for the app if app is not the Device Administrator. If user
> click Activates the Device Administrator, app activity comes to the top. Now
> if user presses back button it will not call registered event listener. But
> if app is the Device administrator then it will prompt user to activate
> device admin, hence on pressing back button on app activity it calls
> registered event listener.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]