
  <manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <application>
      <activity android:name=".BrowserControllerActivity"
        android:exported="false"
          android:theme="@android:style/Theme.Translucent.NoTitleBar"
          android:launchMode="singleTask"/>
    </application>
    <queries>
      <intent>
        <action android:name="android.support.customtabs.action.CustomTabsService" />
      </intent>
    </queries>
  </manifest>
  