Add a flashlight handler activity to support indexability.
Fixes: 128465925 Fixes: 123711093 Test: reindex Change-Id: Ie082e65ee070f6143c4c65db3f70615b16af0e52
This commit is contained in:
@@ -1032,7 +1032,8 @@
|
||||
<activity
|
||||
android:name=".slices.SliceDeepLinkSpringBoard"
|
||||
android:excludeFromRecents="true"
|
||||
android:theme="@android:style/Theme.NoDisplay">
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
android:permission="android.permission.MODIFY_PHONE_STATE">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -2672,6 +2673,13 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".flashlight.FlashlightHandleActivity"
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:label="@string/power_flashlight"/>
|
||||
|
||||
<activity
|
||||
android:name="Settings$WifiCallingSettingsActivity"
|
||||
android:label="@string/wifi_calling_settings_title">
|
||||
|
||||
Reference in New Issue
Block a user