File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 android : launchMode =" singleTask"
135135 android : resizeableActivity =" true"
136136 android : supportsPictureInPicture =" true" >
137+ <!-- Bare scheme: wunderlinq:// -->
137138 <intent-filter android : autoVerify =" true" >
138139 <action android : name =" android.intent.action.VIEW" />
139-
140140 <category android : name =" android.intent.category.DEFAULT" />
141141 <category android : name =" android.intent.category.BROWSABLE" />
142+ <data android : scheme =" wunderlinq" />
143+ </intent-filter >
142144
143- <data
144- android : host =" datagrid"
145- android : scheme =" wunderlinq" />
145+ <!-- Specific host: wunderlinq://datagrid -->
146+ <intent-filter android : autoVerify =" true" >
147+ <action android : name =" android.intent.action.VIEW" />
148+ <category android : name =" android.intent.category.DEFAULT" />
149+ <category android : name =" android.intent.category.BROWSABLE" />
150+ <data android : scheme =" wunderlinq" android : host =" datagrid" />
146151 </intent-filter >
147152 </activity >
148153 <activity
You can’t perform that action at this time.
0 commit comments