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

* commit '7f2b9b0548797122b63801342085a96a4891c6a9':
  Hide getPackageProcessState(), it is not ready yet.
This commit is contained in:
Dianne Hackborn
2015-05-14 00:42:30 +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);