X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=528c4c3e33ab33d601143f3b87fe6d3365e480d6;hb=2abfff1b7b7cae9ec318e0c26d42f62b9cbebbee;hp=3df75fd6d3e8d2fcca70b7bf9c1380bd41ae8e0c;hpb=44b5908a48464293cb13c6fbd37dde6d837e13a9;p=PrivacyCell.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3df75fd..528c4c3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + - + + + + @@ -49,7 +52,8 @@ android:fullBackupContent="false" android:supportsRtl="true" android:theme="@style/Theme.PrivacyCell" - tools:ignore="DataExtractionRules" > + android:localeConfig="@xml/locales_config" + tools:ignore="DataExtractionRules,UnusedAttribute" >