[app] Fix the blank log saving problem of low version Android (#935)

This commit is contained in:
Howard Wu 2021-08-18 20:20:44 +08:00 committed by GitHub
parent 6b3c9c361b
commit da7d3e5b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
android:name=".ui.activity.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleInstance">
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />