File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ After adding them, it should look like this:
192192<activity
193193 android : name =" .MainActivity"
194194 android : launchMode =" singleTask" >
195- <intent-filter android : autoVerify = " true " >
195+ <intent-filter >
196196 <action android : name =" android.intent.action.MAIN" />
197197 <category android : name =" android.intent.category.LAUNCHER" />
198198 </intent-filter >
@@ -202,7 +202,7 @@ After adding them, it should look like this:
202202 <category android : name =" android.intent.category.BROWSABLE" />
203203 <data android : scheme =" mychat" />
204204 </intent-filter >
205- <intent-filter >
205+ <intent-filter android : autoVerify = " true " >
206206 <action android : name =" android.intent.action.VIEW" />
207207 <category android : name =" android.intent.category.DEFAULT" />
208208 <category android : name =" android.intent.category.BROWSABLE" />
You can’t perform that action at this time.
0 commit comments