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
Details about various errors we got when working with Android development and its solutions are listed in this post category.
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
When you try to install an Android Application using adb and received an error with message as … Read more
If we try to start an application and got an errors as below in logcat, Then, this … Read more
We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more
When we tried to compile one of our android application using Android Studio, we got the following … Read more
When we tried to install Android APK we had compiled using adb as below, we got an … Read more
Recently when we migrated one of our android application to AndroidX, using android studio’s option from “Refactor … Read more