mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Allow keep data on uninstalling
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
package="tech.lolli.toolbox">
|
||||
<application
|
||||
android:label="ServerBox"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:allowBackup="true"
|
||||
android:hasFragileUserData="true"
|
||||
android:restoreAnyVersion="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
|
||||
Reference in New Issue
Block a user