Remove intent-filters from SettingsSliceProvider

And remove unused methods from SliceDeepLinkSpringBoard.

This is part 1 of b/110156445

Bug: 110156445
Test: atest
Change-Id: Iab36a97332fd847ed911a9e34b505fd4a64522d3
This commit is contained in:
Fan Zhang
2019-02-11 14:38:13 -08:00
parent 07df08950a
commit 671a39f905
4 changed files with 1 additions and 133 deletions

View File

@@ -3021,16 +3021,7 @@
<provider android:name=".slices.SettingsSliceProvider"
android:authorities="com.android.settings.slices;android.settings.slices"
android:exported="true"
android:grantUriPermissions="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.app.slice.category.SLICE" />
<data android:scheme="settings"
android:host="com.android.settings.slices" />
</intent-filter>
</provider>
android:grantUriPermissions="true" />
<receiver
android:name=".slices.SliceBroadcastReceiver"