Skip to content

Don't allow other apps to open the panic prefs activity

akwizgran requested to merge 909-restrict-access-to-panic-prefs into master

The branch prevents other apps from opening PanicPreferencesActivity.

Briar still shows up in Ripple's list of responders (presumably because we listen for TRIGGER intents), and there's no change to the way panic actions are handled. Touching Briar in Ripple's list of responders has no effect (it used to launch PanicPreferencesActivity). The text next to Briar in Ripple's list of responders says "App hides when triggered" (it used to say "EDIT"). This text is wrong, but it seems to be a default supplied by Ripple.

Depends on !501 (merged).

Fixes the second part of #909 (closed).

Merge request reports