Is it possible to track some action when APPLICATION_DETAILS_SETTINGS
is opened for Android Lollipop? When user opens application info from settings apps. As I can see there is action android.intent.action.QUERY_PACKAGE_RESTART
but it requires some deprecated permissions.
I've found few examples on stackoverflow but they are not working, for example Receive intent "android.settings.APPLICATION_DETAILS_SETTINGS" for my app.