version:1.6.0226
bugfixes: add:增加g128t平台,修复开发者问题
This commit is contained in:
@@ -50,9 +50,13 @@ public class RemoteService extends Service {
|
||||
return locked == JGYActions.FRAME_CODE_LOCKED;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 是否关闭
|
||||
* @throws RemoteException
|
||||
*/
|
||||
@Override
|
||||
public boolean isBrowserInput() throws RemoteException {
|
||||
int state = Settings.System.getInt(getContentResolver(), "qch_Browser_input", 1);
|
||||
int state = Settings.System.getInt(getContentResolver(), "qch_Browser_input", 0);
|
||||
return state == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user