DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
217 stars 22 forks source link

[Enhancement] Clicking on battery icon / percentage should go to the system battery status. #503

Closed dessalines closed 1 month ago

dessalines commented 2 months ago

Checklist

Feature description

In android 12+ , there is an activity / intent for the battery manager. It'd be nice if clicking on the battery on the homescreen, could go to it.

I did a search for a program I use for this (battery tile manager), and here is the code for starting the activity / intent for it.

Additional information

NA

Terms and Conditions

Gitbot-Actions commented 2 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

HeCodes2Much commented 2 months ago

ya ill defo look into this mate thanks for the info

HeCodes2Much commented 2 months ago

Something like this?

https://github.com/DroidWorksStudio/mLauncher/assets/9284733/1f1dba75-95ba-4f9b-a08d-e4a2c84670f0

dessalines commented 2 months ago

Yep, exactly!

anuragkanojiya1 commented 2 months ago

https://github.com/DroidWorksStudio/mLauncher/assets/144598258/01a071ab-1666-4279-b23d-3e1d18f6515b

Is this the function you want?

HeCodes2Much commented 2 months ago

I already have it cheers

anuragkanojiya1 commented 2 months ago

I already have it cheers

Great, thanks!