manages all of the top-level components (activities, receivers, services, content providers) running in them.
Background Google has deprecated the function "getRecentTasks" of "ActivityManager" class. Now all it does is to get the list of …
android usage-statistics activity-manager android-recents usagestatsmanagerI am working on push notification in android where i am using a below method to show notification, but the …
android push-notification deprecated activity-managerI use the following code to get the activity name of the foreground app in the variable foregroundTaskPackageName. It works …
android android-5.0-lollipop activity-managerHow to get the list of all activities in our application that are running on the device. For example: pdf …
android activity-managerI am using eclipse. I am trying to kill a process in my application. However, in eclipse it does not …
android android-activity process activity-managerI'm trying to do something like file manager. And in action bar I wanna to do folder navigation like in "…
android android-activity activity-managerI have an activity for upload from which I am calling Intent service. In there I am handling the API …
android android-intent service android-intentservice activity-managerI've used GET_TASKS permission in my app in order to get previous intent. private Intent getPreviousIntent(Intent newIntent) { final …
android android-intent task activity-managerIt is easy to get a list of running tasks from the ActivityManager service on Android L, and the current …
android activity-managerI want to get all the tasks that are running in android.I found getRunningTasks in ActivityManager but from android-5.0 …
android activity-manager