aboutsummaryrefslogtreecommitdiff
path: root/android/app
diff options
context:
space:
mode:
Diffstat (limited to 'android/app')
-rw-r--r--android/app/src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index fcffffb..3eb3424 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -5,10 +5,10 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
- <!--<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />-->
+ <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
<application
android:name="io.flutter.app.FlutterApplication"
- android:label="owyn"
+ android:label="Owyn launcher"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
@@ -36,8 +36,8 @@
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
- <!--<action android:name="android.intent.action.DELETE" />-->
- <!--<action android:name="android.intent.action.UNINSTALL_PACKAGE" />-->
+ <action android:name="android.intent.action.DELETE" />
+ <action android:name="android.intent.action.UNINSTALL_PACKAGE" />
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />