Top "Android-applicationinfo" questions

ApplicationInfo class contains information about an Android application, corresponding to the information in the application manifest.

How to get the package name of an application and then launch that app using Intent?

I am developing an Android app. In that app, there is a button to go to another activity which contains …

android android-applicationinfo
Request Permission from Application class

As per the new Android doc, In order to collect certain data, I need to request for permission. So I …

android android-activity android-permissions android-applicationinfo
Android Camera : Does it have a unique package name?

I am building an app that auto sorts installed apps and allows the user to launch those apps. I just …

android android-intent android-camera android-package-managers android-applicationinfo
How to get installed application name in android?

I have made a small method to display the installed application name in android. But when i give "name" attribute …

android android-applicationinfo
How to Block an Android Application from using a Permission

If an application has the "android.permission.CAMERA", and I wanted my app to block the use of this permission …

android permissions android-applicationinfo
How can I get the icons of the applications in a list?

I am trying to make a listview with chechboxes for the installed applications on the android phone. I put the …

android listview icons imageview android-applicationinfo
How to pull List of installed App name, package name and icon drawable

I'm trying to figure out how i can implement this code into my existing source code. Currently i have some …

android android-listview android-package-managers android-applicationinfo
How to make my app become system app?

I want to make my app become system app programmatically. I managed to do it in my phone with root …

android system android-applicationinfo