Skip to content

Instantly share code, notes, and snippets.

@quentin7b
Created November 13, 2018 16:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save quentin7b/90341cd273f91554156eb54614617e95 to your computer and use it in GitHub Desktop.
CAF_Sender_Manifest_1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.quentin7b.estimateit">
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="com.github.quentin7b.estimateit.CastOptionsProvider" />
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment