Loading AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -148,11 +148,11 @@ <activity android:name="com.android.packageinstaller.permission.ui.LocationProviderInterceptDialog" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" /> android:theme="@style/PermissionDialog" /> <activity android:name="com.android.packageinstaller.permission.ui.ReviewOngoingUsageActivity" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" android:theme="@style/PermissionDialog" android:launchMode="singleInstance" android:permission="android.permission.GRANT_RUNTIME_PERMISSIONS" > <intent-filter android:priority="1"> Loading @@ -163,7 +163,7 @@ <activity android:name="com.android.packageinstaller.permission.ui.ReviewAccessibilityServicesActivity" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" android:theme="@style/PermissionDialog" android:permission="android.permission.REVIEW_ACCESSIBILITY_SERVICES" > <intent-filter android:priority="1"> <action android:name="android.intent.action.REVIEW_ACCESSIBILITY_SERVICES" /> Loading res/values-night/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,8 @@ parent="@android:style/Theme.DeviceDefault.Dialog"> <item name="android:background">@color/google_grey_800</item> </style> <style name="PermissionDialog" parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar"> </style> </resources> No newline at end of file res/values/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,8 @@ parent="@android:style/Theme.DeviceDefault.Light.Dialog"> </style> <style name="PermissionDialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> </style> </resources> Loading
AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -148,11 +148,11 @@ <activity android:name="com.android.packageinstaller.permission.ui.LocationProviderInterceptDialog" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" /> android:theme="@style/PermissionDialog" /> <activity android:name="com.android.packageinstaller.permission.ui.ReviewOngoingUsageActivity" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" android:theme="@style/PermissionDialog" android:launchMode="singleInstance" android:permission="android.permission.GRANT_RUNTIME_PERMISSIONS" > <intent-filter android:priority="1"> Loading @@ -163,7 +163,7 @@ <activity android:name="com.android.packageinstaller.permission.ui.ReviewAccessibilityServicesActivity" android:excludeFromRecents="true" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" android:theme="@style/PermissionDialog" android:permission="android.permission.REVIEW_ACCESSIBILITY_SERVICES" > <intent-filter android:priority="1"> <action android:name="android.intent.action.REVIEW_ACCESSIBILITY_SERVICES" /> Loading
res/values-night/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -30,4 +30,8 @@ parent="@android:style/Theme.DeviceDefault.Dialog"> <item name="android:background">@color/google_grey_800</item> </style> <style name="PermissionDialog" parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar"> </style> </resources> No newline at end of file
res/values/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,8 @@ parent="@android:style/Theme.DeviceDefault.Light.Dialog"> </style> <style name="PermissionDialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> </style> </resources>