dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add ido service
ronnie
2022-10-23
011bd538f66b40e5f634c787696cccc8b503844a
[~lzh/A133.git]
/
android
/
packages
/
apps
/
Settings
/
src
/
org
/
ido
/
iface
/
DeviceCtrl.java
1
2
3
4
5
6
7
8
9
10
package org.ido.iface;
public class DeviceCtrl {
public native int set_backlight_brightness(int brightness);
static {
System.loadLibrary("lcd_bl");
}
}