Shelter/app/src/main/java/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
..
FileShuttleService.java Generic values passed to AIDL are Serializable, not simple Object 2019-02-26 23:34:04 +01:00
FreezeService.java Make constants final 2019-02-26 23:34:04 +01:00
KillerService.java migrate to androidx artifacts 2018-09-26 09:27:08 +08:00
ShelterService.java fix: request system alert permission for File Shuttle 2020-09-08 20:51:51 +08:00