version:1.6.0226

bugfixes:
add:增加g128t平台,修复开发者问题
This commit is contained in:
2026-03-02 16:04:52 +08:00
parent 1dd810dcfe
commit b8a5454a0d
10 changed files with 184 additions and 26 deletions

View File

@@ -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;
}