aboutsummaryrefslogtreecommitdiff
path: root/android/app
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-03 00:33:01 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-03 00:33:01 +0530
commit4238816f65844f0b96c54a37bd9c6a64c9489ed4 (patch)
tree9544580eee13cc90c1831456377a8b0d1a72ec86 /android/app
parent091e8c5334ab4459f1efef067bfc78beaa2fae6d (diff)
downloaddaft-launcher-4238816f65844f0b96c54a37bd9c6a64c9489ed4.tar.gz
daft-launcher-4238816f65844f0b96c54a37bd9c6a64c9489ed4.zip
Fixes package from manifest
Diffstat (limited to 'android/app')
-rw-r--r--android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
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.