Shelter/app/src/main/aidl/net/typeblog/shelter/services/IAppInstallCallback.aidl
Peter Cai 0a584c1601
implement app cloning between profiles
and fixed device policy enforcement issues -- we should set the policies from DummyActivity instead of in the receiver, or it won't work.
2018-08-22 13:42:43 +08:00

7 lines
133 B
Plaintext

// IAppInstallCallback.aidl
package net.typeblog.shelter.services;
interface IAppInstallCallback {
void callback(int result);
}