File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments