Skip to content

Commit

Permalink
Bring to front when starting activity
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Jul 2, 2023
1 parent 8ce0eba commit 3a4c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/wsa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class _ScreenWSAState extends State<ScreenWSA> {
isButton: true,
onPressed: connectionStatus.isDisconnected ?
null : () => ADBUtils.shellToAddress(GState.ipAddress.of(context), GState.androidPort.of(context),
r'am start -n com.android.settings/.Settings\$ManageApplicationsActivity'),
r'am start -f 0x10008000 -n com.android.settings/.Settings\$ManageApplicationsActivity'),
),
smallSpacer,
FluentCard(
Expand Down

0 comments on commit 3a4c3e7

Please sign in to comment.