am 4f5e0248: Merge "Hide getPackageProcessState(), it is not ready yet." into mnc-dev

* commit '4f5e024875a60d210ba3bb0322148db630adb53c':
  Hide getPackageProcessState(), it is not ready yet.
This commit is contained in:
Dianne Hackborn
2015-05-13 23:31:40 +00:00
committed by Android Git Automerger

View File

@@ -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);