Skip to content

Commit

Permalink
Added android:autoVerify="true" to custom tabs service (#21635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Jan 28, 2025
1 parent f6527e6 commit 1569039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<intent>
<intent android:autoVerify="true">
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<!-- required for Android 11 (API level 30) or higher -->
Expand Down

0 comments on commit 1569039

Please sign in to comment.