Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit d140eea

Browse files
OizaroOizaro
Oizaro
authored and
Oizaro
committed
Attempt to fix Huawei battery optimization reference
1 parent ce87d6f commit d140eea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

play-services-core/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@
274274
android:process=":ui"
275275
android:roundIcon="@mipmap/ic_launcher"
276276
android:theme="@style/Theme.AppCompat.DayNight">
277+
<intent-filter>
278+
<action android:name="android.intent.action.MAIN" />
279+
<category android:name="android.intent.category.DEFAULT" />
280+
</intent-filter>
277281
<intent-filter>
278282
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
279283
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)