aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/resources.properties
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-13 16:33:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-05-10 19:56:04 +0200
commite0b4551bca78908955371fc2fa323d25fc443d0a (patch)
tree379fff850d985febde1a381c5f5f164e4a07ee15 /ui/src/main/res/resources.properties
parentgradle: bump to agp 8.1.0-beta02 (diff)
downloadwireguard-android-e0b4551bca78908955371fc2fa323d25fc443d0a.tar.xz
wireguard-android-e0b4551bca78908955371fc2fa323d25fc443d0a.zip
gradle: generate locales for per-app picking
Enable the per-app locale picking menu by adding the right metadata automatically to the manifest with new AGP automation. This attempts to follow: https://developer.android.com/guide/topics/resources/app-languages#use-localeconfig Using the new AGP feature: https://developer.android.com/studio/preview/features#automatic-per-app-languages It appears to work, and it also should squelch the "W AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : " warnings on old Android that syphyr pointed out. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/resources.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/resources.properties b/ui/src/main/res/resources.properties
new file mode 100644
index 00000000..467b3efe
--- /dev/null
+++ b/ui/src/main/res/resources.properties
@@ -0,0 +1 @@
+unqualifiedResLocale=en-US