Skip to content

Instantly share code, notes, and snippets.

@vinitraj10
Created January 24, 2020 11:57
Show Gist options
  • Select an option

  • Save vinitraj10/ecd6f32eb56234543951ccf319fa2dd9 to your computer and use it in GitHub Desktop.

Select an option

Save vinitraj10/ecd6f32eb56234543951ccf319fa2dd9 to your computer and use it in GitHub Desktop.
<service
android:name="com.google.androidbrowserhelper.trusted.DelegationService"
android:enabled="@bool/enableNotification"
android:exported="@bool/enableNotification">
<intent-filter>
<action android:name="android.support.customtabs.trusted.TRUSTED_WEB_ACTIVITY_SERVICE"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment