I’m planning a web-based app for android and I need to know if it’s possible to manipulate (gradually fade in and out) brightness on Android devices from within a webview application.
I’m new to Android development so any references would be appreciated.
I’m planning a web-based app for android and I need to know if it’s
Share
Yes you can, from java script you can invoke the java function (Android also) (I never try that) and in that function you can access android settings and change the brightness of the screen.