Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 376f8474
authored
2026-06-30 14:44:29 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
隐蔽打开系统设置
1 parent
1658cb3d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
lib/bloc/setting/account_cubit.dart
lib/bloc/setting/account_cubit.dart
View file @
376f847
...
...
@@ -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
();
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment