mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Define manifest <queries> allowing us to make intent queries on API 30+
This commit is contained in:
@@ -82,6 +82,7 @@ public class PanicPreferencesFragment extends PreferenceFragmentCompat
|
||||
entries.add(0, getString(R.string.panic_app_setting_none));
|
||||
entryValues.add(0, PACKAGE_NAME_NONE);
|
||||
|
||||
// only info.guardianproject.ripple is whitelisted in manifest
|
||||
for (ResolveInfo resolveInfo : PanicResponder.resolveTriggerApps(pm)) {
|
||||
if (resolveInfo.activityInfo == null)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user