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

Commit

Permalink
Merge pull request #61 from Oizaro/master
Browse files Browse the repository at this point in the history
Attempt to fix Huawei battery optimization reference
  • Loading branch information
KevinX8 committed Dec 2, 2020
2 parents 930ecb8 + d140eea commit 7aecc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

4 comments on commit 7aecc9a

@michael1900
Copy link

@michael1900 michael1900 commented on 7aecc9a Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this does not solve completely the problem in the issue number 58: #58

When i tap on battery notification to find then the vanced microg process(allow/don't allow) to optimize, the latter does not appear in the list. Obviously i am on huawei and the vanced microg icon is on launcher.

Ps. now obviously every time i start the phone i have that notification about battery optimization, i can delete this notification obviously because there is not microg vanced to optimize in the list. So please an help!

@michael1900
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this does not solve completely the problem in the issue number 58: #58
When i tap on battery notification to find then the vanced microg process(allow/don't allow) to optimize, the latter does not appear in the list. Obviously i am on huawei and the vanced microg icon is on launcher.
Ps. now obviously every time i start the phone i have that notification about battery optimization, i can delete this notification obviously because there is not microg vanced to optimize in the list. So please an help!

We can't add launcher icons, sorry.

In every case I heard someone was able to fix this problem with a full wipe of the phone.

But why you can't add launcher icon? This breaks completely the battery optimization on huawei! This is very important. It's no hard to know. What's the problem with a simple icon like in past and like in vanilla microg?

I can not understand how a full wipe can solve this, it's impossible. And surely only a crazy can do that to "try" to solve this bug.

@michael1900
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oizaro, can you make a second branch only for huawei? You will add only this icon stuff to solve definitively the battery optimization, for the rest all will be equal.
What you think?

@michael1900
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a big problem not only for me but for all Huawei owner.

Please sign in to comment.