Merge "Expose Process.isIsolated()" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6ddf443d15
@@ -33586,6 +33586,7 @@ package android.os {
|
||||
method public static final int getUidForName(java.lang.String);
|
||||
method public static final boolean is64Bit();
|
||||
method public static boolean isApplicationUid(int);
|
||||
method public static final boolean isIsolated();
|
||||
method public static final void killProcess(int);
|
||||
method public static final int myPid();
|
||||
method public static final int myTid();
|
||||
|
||||
@@ -1284,7 +1284,6 @@ Landroid/os/Process;->getPids(Ljava/lang/String;[I)[I
|
||||
Landroid/os/Process;->getTotalMemory()J
|
||||
Landroid/os/Process;->getUidForPid(I)I
|
||||
Landroid/os/Process;->isIsolated(I)Z
|
||||
Landroid/os/Process;->isIsolated()Z
|
||||
Landroid/os/Process;->readProcFile(Ljava/lang/String;[I[Ljava/lang/String;[J[F)Z
|
||||
Landroid/os/Process;->readProcLines(Ljava/lang/String;[Ljava/lang/String;[J)V
|
||||
Landroid/os/RecoverySystem;->cancelScheduledUpdate(Landroid/content/Context;)V
|
||||
|
||||
@@ -599,7 +599,6 @@ public class Process {
|
||||
|
||||
/**
|
||||
* Returns whether the current process is in an isolated sandbox.
|
||||
* @hide
|
||||
*/
|
||||
public static final boolean isIsolated() {
|
||||
return isIsolated(myUid());
|
||||
|
||||
Reference in New Issue
Block a user