1<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2  <queries>
3    <intent>
4      <!-- Required for opening tabs if targeting API 30 -->
5      <action android:name="android.support.customtabs.action.CustomTabsService" />
6    </intent>
7  </queries>
8</manifest>
9