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

Commit 7aecc9a

Browse files
authored
Merge pull request #61 from Oizaro/master
Attempt to fix Huawei battery optimization reference
2 parents 930ecb8 + d140eea commit 7aecc9a

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)