Hide getPackageProcessState(), it is not ready yet.

Change-Id: I188c647573207e89510174e3ad56ca0c19e5ece3
This commit is contained in:
Dianne Hackborn
2015-05-13 15:10:24 -07:00
parent 5ad7fe4930
commit b725894d05

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