|
|
@@ -5,7 +5,8 @@
|
|
|
package="im.angry.openeuicc">
|
|
|
<uses-feature
|
|
|
android:name="android.hardware.telephony"
|
|
|
- android:required="true" />
|
|
|
+ android:required="true"
|
|
|
+ tools:ignore="UnnecessaryRequiredFeature" />
|
|
|
|
|
|
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
|
|
|
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
|
|
|
@@ -19,7 +20,9 @@
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
- android:theme="@style/Theme.OpenEUICC">
|
|
|
+ android:localeConfig="@xml/locale_config"
|
|
|
+ android:theme="@style/Theme.OpenEUICC"
|
|
|
+ tools:targetApi="tiramisu">
|
|
|
<activity
|
|
|
android:name=".ui.PrivilegedMainActivity"
|
|
|
android:exported="true">
|
|
|
@@ -49,6 +52,15 @@
|
|
|
<category android:name="android.service.euicc.category.EUICC_UI" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
+
|
|
|
+ <service
|
|
|
+ android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"
|
|
|
+ android:enabled="false"
|
|
|
+ android:exported="false">
|
|
|
+ <meta-data
|
|
|
+ android:name="autoStoreLocales"
|
|
|
+ android:value="true" />
|
|
|
+ </service>
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|