try {
curBrightnessValue=android.provider.Settings.System.getInt(
getContentResolver(), android.provider.Settings.System.SCREEN_BRIGHTNESS);
} catch (SettingNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Thank you for reading this article Get system screen brightness With URL https://x-tutorials.blogspot.com/2011/02/get-system-screen-brightness.html. Also a time to read the other articles.
0 comments:
Write your comment for this article Get system screen brightness above!