Magisk/app/src/main/java/com/topjohnwu/magisk
topjohnwu 26618f8d73 Don't do broadcast tests from app
Running broadcast tests from the app does not accurately verifies
whether the broadcasts can be delivered when the app is not running in
the foreground, which is why we are running the test.

The only sane way to verify broadcasts is to trigger the broadcast test
directly from the daemon on boot complete. If it is not deliverable,
then activity mode shall be chosen.

In the meantime, cleanup AndroidManifest.xml
2019-11-03 17:01:09 -05:00
..
base Move things around 2019-10-24 05:21:42 -04:00
data Guard env state behind cached objects 2019-10-22 15:37:55 -04:00
databinding Merge Teanity into sources 2019-09-28 01:56:16 -04:00
di Update dependencies 2019-10-11 03:29:55 -04:00
extensions Send bitmap to notifications and shortcuts 2019-10-30 01:02:53 -04:00
model Don't do broadcast tests from app 2019-11-03 17:01:09 -05:00
tasks signing: fixes for bootimg hdr_v1 and hdr_v2 2019-11-02 00:27:56 -04:00
ui Don't do broadcast tests from app 2019-11-03 17:01:09 -05:00
utils Refactor JarMap 2019-11-03 04:45:35 -05:00
view Support restarting app when obfuscated 2019-11-03 02:55:22 -05:00
App.kt Fix config/locale issues 2019-10-31 17:13:06 -04:00
Config.kt More precise channel targeting 2019-10-24 04:25:05 -04:00
Const.kt Don't do broadcast tests from app 2019-11-03 17:01:09 -05:00
Hacks.kt Support restarting app when obfuscated 2019-11-03 02:55:22 -05:00
Info.kt Don't do broadcast tests from app 2019-11-03 17:01:09 -05:00