Skip to content

Commit 99f5991

Browse files
authored
Merge pull request #7 from hxcan/hxcan-patch-1
Add files via upload
2 parents ca184f7 + 5bb5360 commit 99f5991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builtinftp/src/main/java/com/stupidbeauty/ftpserver/lib/ControlConnectHandler.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ private void gotoFileManagerSettingsPage()
554554

555555
Intent intent = new Intent(Settings.ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION); // 跳转语言和输入设备
556556

557+
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
558+
559+
557560
String packageNmae=context.getPackageName();
558561
Log.d(TAG, "gotoFileManagerSettingsPage, package name: " + packageNmae); //Debug.
559562

0 commit comments

Comments
 (0)