OSDN Git Service

Merge "Move the 'pretend idle jobs can run now' broadcast into AMS" into nyc-dev
[android-x86/frameworks-base.git] / core / java / android / app / IActivityManager.java
index 15ee6d5..849fcec 100644 (file)
@@ -331,7 +331,7 @@ public interface IActivityManager extends IInterface {
     public void forceStopPackage(final String packageName, int userId) throws RemoteException;
 
     // Note: probably don't want to allow applications access to these.
-    public void setLockScreenShown(boolean shown) throws RemoteException;
+    public void setLockScreenShown(boolean showing, boolean occluded) throws RemoteException;
 
     public void unhandledBack() throws RemoteException;
     public ParcelFileDescriptor openContentUri(Uri uri) throws RemoteException;