diff options
Diffstat (limited to 'configpanel/AndroidManifest.xml')
-rw-r--r-- | configpanel/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configpanel/AndroidManifest.xml b/configpanel/AndroidManifest.xml index b7c7905..aa50112 100644 --- a/configpanel/AndroidManifest.xml +++ b/configpanel/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The CyanogenMod Project - Copyright (C) 2017-2020 The LineageOS Project + Copyright (C) 2017,2023 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ <application android:label="@string/device_settings_app_name" + android:theme="@style/Theme.SubSettingsBase" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> |