diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-03 00:33:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-03 00:33:01 +0530 |
| commit | 4238816f65844f0b96c54a37bd9c6a64c9489ed4 (patch) | |
| tree | 9544580eee13cc90c1831456377a8b0d1a72ec86 | |
| parent | 091e8c5334ab4459f1efef067bfc78beaa2fae6d (diff) | |
| download | daft-launcher-4238816f65844f0b96c54a37bd9c6a64c9489ed4.tar.gz daft-launcher-4238816f65844f0b96c54a37bd9c6a64c9489ed4.zip | |
Fixes package from manifest
| -rw-r--r-- | .flutter-plugins-dependencies | 2 | ||||
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index fff38d9..3de600b 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]}],"date_created":"2020-06-03 00:24:24.078832","version":"1.19.0-2.0.pre.214"}
\ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]}],"date_created":"2020-06-03 00:30:55.474566","version":"1.19.0-2.0.pre.214"}
\ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index cb0d355..fcffffb 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -41,7 +41,6 @@ <category android:name="android.intent.category.LAUNCHER"/> <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT" /> - <data android:scheme="package" /> </intent-filter> </activity> <!-- Don't delete the meta-data below. |
