Implement createManageBlockedNumbersIntent API.
BUG: 27364137
Change-Id: Iaced9910db04df73cc3d7503e4ec6c4a3e4fb15a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 86f6cdc..4262877 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -91,7 +91,12 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/Theme.Telecom.BlockedNumbers"
android:process=":ui"
- android:exported="false" />
+ android:exported="true">
+ <intent-filter>
+ <action android:name="android.telecom.action.MANAGE_BLOCKED_NUMBERS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
<!-- Activity that starts the outgoing call process by listening to CALL intent which
contain contact information in the intent's data. CallActivity handles any data
URL with the schemes "tel", "sip", and "voicemail". It also handles URLs linked to