OSDN Git Service

Allow to transfer+seal a install session
[android-x86/frameworks-base.git] / core / java / android / content / pm / IPackageInstallerSession.aidl
index 2a3fac3..0b16852 100644 (file)
@@ -32,6 +32,7 @@ interface IPackageInstallerSession {
     void removeSplit(String splitName);
 
     void close();
-    void commit(in IntentSender statusReceiver);
+    void commit(in IntentSender statusReceiver, boolean forTransferred);
+    void transfer(in String packageName);
     void abandon();
 }