List all permissions used by data and system applications in android
Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more
Following command Prints all features supported by the android system / device. Following is the output of … Read more
If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more
First connect to adb, Now using below command, we can identify all the installed libraries on an … Read more
The Android Debug Bridge (ADB) is a powerful tool used for debugging and communicating with Android devices. … Read more
Recently when we migrated one of our android application to AndroidX, using android studio’s option from “Refactor … Read more
Prerequisite : “Identify and add SHA1 / SHA-256 Certificates to Firebase console for Phone Authentication” When we … Read more
When we were trying to add a simple button into our already existing code of some other … Read more
In Android application, if you are doing some network operations like download from some external website or … Read more
When you are developing an application which is dependent on device / platform hardware you will need … Read more
As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more
The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more