Shelter/app/src/main/aidl/net/typeblog/shelter/services/IFileShuttleServiceCallback.aidl
Peter Cai 58fc86f93e
implement cross-profile DocumentsProvider
now we can freely access files across profile through Documents UI
2018-09-19 12:23:38 +08:00

9 lines
228 B
Plaintext

// IFileShuttleServiceCallback.aidl
package net.typeblog.shelter.services;
import net.typeblog.shelter.services.IFileShuttleService;
interface IFileShuttleServiceCallback {
void callback(in IFileShuttleService service);
}