diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 21:25:17 +0200 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 22:00:35 +0200 |
commit | a8874167f663885f2d3371801cf03681576ac817 (patch) | |
tree | 5be07b8768142efeade536d4135f2250c1ac9071 /fakelocation/fakelocationdemo/src/main/AndroidManifest.xml | |
parent | a0ee04ea9dbc0802c828afdf660eb37dc6fa350f (diff) |
1200: rename everything to AdvancedPrivacy
Diffstat (limited to 'fakelocation/fakelocationdemo/src/main/AndroidManifest.xml')
-rw-r--r-- | fakelocation/fakelocationdemo/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml b/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml index 202599a..497f27b 100644 --- a/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml +++ b/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml @@ -26,7 +26,7 @@ <application android:allowBackup="true" android:label="@string/app_name" - android:theme="@style/Theme.PrivacyCentralApp" + android:theme="@style/Theme.AdvancedPrivacy" > <activity android:exported="true" |