Merge "Fix crash on notifcations/device admin add pages" into sc-dev am: c24d5621de
am: f1598b212c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15109304 Change-Id: Id4478a6286fa28813f2f7cbaf24792a6cf9009c4
This commit is contained in:
@@ -1324,7 +1324,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".notification.history.NotificationHistoryActivity"
|
android:name=".notification.history.NotificationHistoryActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/notification_history_title">
|
android:label="@string/notification_history_title"
|
||||||
|
android:theme="@style/Theme.Settings.NoActionBar">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.NOTIFICATION_HISTORY" />
|
<action android:name="android.settings.NOTIFICATION_HISTORY" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
@@ -1518,7 +1519,8 @@
|
|||||||
<activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
|
<activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
|
||||||
android:label="@string/device_admin_add_title"
|
android:label="@string/device_admin_add_title"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:clearTaskOnLaunch="true">
|
android:clearTaskOnLaunch="true"
|
||||||
|
android:theme="@style/Theme.Settings.NoActionBar">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.app.action.ADD_DEVICE_ADMIN" />
|
<action android:name="android.app.action.ADD_DEVICE_ADMIN" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
Reference in New Issue
Block a user