Hello
Is there any way to reboot and take screenshot of android?
Settings.System
isn't working for me.
Settings.System.putInt(context.getContentResolver(),android.provider.Settings.System.SCREEN_BRIGHTNESS, 200);
And, is there any way to take screenshot of current device screen, from application/service?
Thanks