Commit 376f8474 by tanghuan

隐蔽打开系统设置

1 parent 1658cb3d
......@@ -293,7 +293,8 @@ class AccountCubit extends Cubit<AccountState> {
_lastDevTapTime = null;
if (Platform.isAndroid) {
const AndroidIntent(
action: 'android.settings.APPLICATION_DEVELOPMENT_SETTINGS',
// action: 'android.settings.APPLICATION_DEVELOPMENT_SETTINGS',
action: 'android.settings.SETTINGS',
).launch();
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!