]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/AndroidManifest.xml
Add per-app language support. https://redmine.stoutner.com/issues/935
[PrivacyCell.git] / app / src / main / AndroidManifest.xml
index f79605c1cd9c9d41031a31c980dad4b226e34b8e..528c4c3e33ab33d601143f3b87fe6d3365e480d6 100644 (file)
@@ -52,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" >
 
         <!-- Privacy Cell Activity.  The label uses the short name so that it isn't truncated under the icon in the launcher on most phones.
             `android:launchMode="singleTask"` makes the app launch in a new task instead of inside the task of the program that sends it an intent.