Security exception: uid does not have android.permission.MANAGE_APP_OPS_MODES.

If for some reason you got the following exception, “java.lang.SecurityException: uid 2000 does not have android.permission.MANAGE_APP_OPS_MODES” Then … Read more

How to assign IDC File for Input Device in Android ?

As we have seen in “How to identify which IDC file used by Input Device in Android … Read more

How to identify which IDC file used by Input Device in Android ?

Input device configuration files (.idc files) contain device-specific configuration properties that affect the behavior of input devices. … Read more

How to identify Activity Name and Start the Activity of Installed App ?

This posts lets you identify name of the activity from the installed application and then use the … Read more

adb shell command to get Current Activity Name (Foreground / Top Activity ) ?

Most of the time during development, when you encounter with some unknown applications from which you want … Read more