polodarb / Flashlight-Tiramisu

An application that allows you to smoothly adjust the brightness of the flashlight on some devices on Android 13+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reports unsupported on supported device.

RokeJulianLockhart opened this issue · comments

Information about device support is returned by the API itself, so if it writes that there is no support, there is nothing you can do about it

FlashDim will simply allow you to turn the flashlight on and off, but not change the brightness if your phone does not support it

#10 (comment)

@polodarb, the relevant A13 API reports a brightness of 1 (rather than the min 0 to max 256 range supported) so this should be able to handle it even if there's no variable brightness to speak of. Do you mean instead that the FP4 doesn't report support for this API whatsoever?