summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-05-13 23:29:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-13 23:29:30 +0000
commit4f5e024875a60d210ba3bb0322148db630adb53c (patch)
tree399097a708e3881f8bcbdc9270019f735e151d2f
parent24145d451b823920022a643a73dafa8675e5a8a8 (diff)
parentb725894d05e8272677112e84bf8da7d75ddab506 (diff)
downloadframeworks_base-4f5e024875a60d210ba3bb0322148db630adb53c.zip
frameworks_base-4f5e024875a60d210ba3bb0322148db630adb53c.tar.gz
frameworks_base-4f5e024875a60d210ba3bb0322148db630adb53c.tar.bz2
Merge "Hide getPackageProcessState(), it is not ready yet." into mnc-dev
-rw-r--r--core/java/android/app/ActivityManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java
index 9c99099..edebc28 100644
--- a/core/java/android/app/ActivityManager.java
+++ b/core/java/android/app/ActivityManager.java
@@ -2320,9 +2320,9 @@ public class ActivityManager {
* in {@link RunningAppProcessInfo}, giving you the highest importance of all the
* processes that this package has code running inside of. If there are no processes
* running its code, {@link RunningAppProcessInfo#IMPORTANCE_GONE} is returned.
- *
* @hide
*/
+ @SystemApi
public int getPackageImportance(String packageName) {
try {
int procState = ActivityManagerNative.getDefault().getPackageProcessState(packageName);