Shelter/app/src/main/aidl/net/typeblog/shelter/services
Peter Cai f35f125c7d
fix: request system alert permission for File Shuttle
* I cannot think of a proper way to start File Shuttle services without
  hitting background activity limitations. Let's just request for system
  alert window permission.
* This is pretty dirty, and could mask other bugs that may happen when
  this is not enabled. I don't want to make this permission mandatory
  for Shelter, so always remember to test without this enabled.
* This won't work on Android Go, though.
2020-09-08 20:51:51 +08:00
..
IAppInstallCallback.aidl implement app cloning between profiles 2018-08-22 13:42:43 +08:00
IFileShuttleService.aidl FileShuttle: allow OPEN_DOCUMENT_TREE [WIP] 2018-09-21 16:08:47 +08:00
IFileShuttleServiceCallback.aidl implement cross-profile DocumentsProvider 2018-09-19 12:23:38 +08:00
IGetAppsCallback.aidl MainActivity: implement tabs and app list 2018-08-21 14:31:10 +08:00
ILoadIconCallback.aidl MainActivity: implement tabs and app list 2018-08-21 14:31:10 +08:00
IShelterService.aidl fix: request system alert permission for File Shuttle 2020-09-08 20:51:51 +08:00
IStartActivityProxy.aidl fix: cannot invoke startActivity from services 2020-07-02 10:30:21 +08:00