Skip to content

Commit 4c8abab

Browse files
committed
removed ++++++++
1 parent 4a051a5 commit 4c8abab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
<category android:name="android.intent.category.LAUNCHER"/>
2828
</intent-filter>
2929

30-
+ <intent-filter>
31-
+ <action android:name="android.intent.action.VIEW" />
32-
+
33-
+ <category android:name="android.intent.category.DEFAULT" />
34-
+ <category android:name="android.intent.category.BROWSABLE" />
35-
+ <!-- Accepts URIs that begin with YOUR_SCHEME://YOUR_HOST -->
36-
+ <data android:scheme="openshock" />
37-
+ </intent-filter>
30+
<intent-filter>
31+
<action android:name="android.intent.action.VIEW" />
32+
33+
<category android:name="android.intent.category.DEFAULT" />
34+
<category android:name="android.intent.category.BROWSABLE" />
35+
<!-- Accepts URIs that begin with YOUR_SCHEME://YOUR_HOST -->
36+
<data android:scheme="openshock" />
37+
</intent-filter>
3838
</activity>
3939
<!-- Don't delete the meta-data below.
4040
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->

0 commit comments

Comments
 (0)