mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
Compatible with Android 12 and below and stores user-selected language options
This commit is contained in:
parent
464d59b957
commit
54be35b372
1 changed files with 7 additions and 0 deletions
|
|
@ -193,6 +193,13 @@
|
||||||
<service
|
<service
|
||||||
android:name="androidx.work.impl.foreground.SystemForegroundService"
|
android:name="androidx.work.impl.foreground.SystemForegroundService"
|
||||||
android:foregroundServiceType="dataSync" />
|
android:foregroundServiceType="dataSync" />
|
||||||
|
<service
|
||||||
|
android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"
|
||||||
|
android:enabled="false">
|
||||||
|
<meta-data
|
||||||
|
android:name="autoStoreLocales"
|
||||||
|
android:value="true" />
|
||||||
|
</service>
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name=".filepicker.ExtendedFileProvider"
|
android:name=".filepicker.ExtendedFileProvider"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue