Attempt to fix Huawei battery optimization reference

This commit is contained in:
Oizaro 2020-11-30 17:40:38 +01:00
parent ce87d6fbfd
commit d140eea420

View File

@ -274,6 +274,10 @@
android:process=":ui"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.DayNight">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />