Allow external packages to open the RedactionInsterstitial.
Introduce RedactionSettingsStandalone, to supply the private setup
required by RedactionInsterstitial.
Bug: 15934899
Change-Id: Ie0bcc207c4f331def207e588bbad36b8986fe114
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9a33e28..58e7f70 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1117,7 +1117,15 @@
</intent-filter>
</activity>
- <activity android:name=".notification.RedactionInterstitial" />
+ <activity android:name=".notification.RedactionInterstitial"/>
+
+ <activity android:name=".notification.RedactionSettingsStandalone"
+ android:exported="true">
+ <intent-filter>
+ <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
<activity android:name="ConfirmLockPattern"/>