diff options
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3d9998a..cb0d355 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,11 +1,11 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.owyn"> + package="io.github.phenax.owyn"> <!-- io.flutter.app.FlutterApplication is an android.app.Application that calls FlutterMain.startInitialization(this); in its onCreate method. 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" @@ -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" /> |
