我在我的搜索中看到了2種方法,這兩種方法我都遇到了麻煩。什麼是調暗屏幕的正確方法?
方法1)
Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_BRIGHTNESS, 100);
方法2)
IHardwareService hardware = IHardwareService.Stub.asInterface(ServiceManager.getService("hardware"));
hardware.setScreenBacklight(.5);
哪個這些方法是正確的?或者我應該使用另一個?
感謝
這是什麼錯? – 2010-08-17 23:09:30