Closed dd-dreams closed 2 years ago
Not planned.
This is something upstream AOSP needs to implement.
And just because the APIs exist does not mean the hardware is capable of it.
This is something upstream AOSP needs to implement.
@r3g-5z Currently stock OS provides this. I believe its something the OS needs to implement.
It will be provided when it's in AOSP.
There are plenty of stock OS features not in AOSP that will eventually make it into AOSP. It's not something that needs to be implemented downstream.
Stock Pixel OS ships a newer branch of SystemUI, etc. than what ships in AOSP releases because AOSP follows along major branches and does bug fix updates. They ship a more bleeding edge branch for their Play Store builds of these kind of apps.
Android 13 now provides API's for changing the flashlight brightness. Would be nice to add a bar similar to screen brightness when pressing on flashlight quicktile. https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics#FLASH_INFO_STRENGTH_DEFAULT_LEVEL https://developer.android.com/reference/android/hardware/camera2/CameraManager#turnOnTorchWithStrengthLevel(java.lang.String,%20int)