Merge "Declare activities for factory reset pages" into sc-dev am: 4082b27b0a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13824395 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If045f08e6885eeebea99a8beacd4abb3d8894d73
This commit is contained in:
@@ -3752,6 +3752,25 @@
|
||||
android:launchMode="singleTask">
|
||||
</activity>
|
||||
|
||||
<activity android:name="Settings$FactoryResetActivity"
|
||||
android:permission="android.permission.BACKUP"
|
||||
android:label="@string/main_clear_title"
|
||||
android:exported="true"
|
||||
android:theme="@style/SudThemeGlif.Light">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.settings.action.FACTORY_RESET"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.MainClear"/>
|
||||
</activity>
|
||||
|
||||
<activity android:name="Settings$FactoryResetConfirmActivity"
|
||||
android:label="@string/main_clear_confirm_title"
|
||||
android:exported="false"
|
||||
android:theme="@style/SudThemeGlif.Light">
|
||||
</activity>
|
||||
|
||||
<!-- This is the longest AndroidManifest.xml ever. -->
|
||||
</application>
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user