graciouselectric

Results 14 comments of graciouselectric

Hi @cmeng-git! Are you enabling Battery Saver? Trying something very basic like this: ``` protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); if (ValueAnimator.areAnimatorsEnabled()) { System.out.println("animators enabled"); } else { System.out.println("animators...

Thanks for getting back and all the info you've provided! I've allowed the app to run in the background and disabled Battery Optimizations, sadly I'm still seeing the animation issue,...

Hi @cmeng-git! Thanks for getting back! I'm a bit confused, I don't see the red top and bottom bars in your video, which I always see on Android 8.1 when...

I tested on an AVD Pixel 7 on Android 8.1.

In the video you sent, it looks to me like Battery Saver isn't enabled, because there is no "+" icon in the battery indicator in the status bar. Are you...

Also I'm running a slightly newer emulator version than you

Hi @cmeng-git, thanks for getting back! My impression is that you are not testing in Battery Saver mode. Could you try going to Settings -> Battery and check? aTalk is...

What is shown if you drag down from the status bar? To see notifications etc? I see this view:

I'm sorry, I meant on the emulator!

> This is android OS 8.1 battery saver implementation problem. Yeah, this I agree with, I just didn't agree with your earlier assessment that it was related to the "battery...