Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
73da2052
authored
Dec 06, 2018
by
aquilescanta
Committed by
Andrew Lewis
Dec 10, 2018
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add receiver flavor to CastDemo
PiperOrigin-RevId: 224310086
parent
891961d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
demos/cast/build.gradle
demos/cast/src/main/AndroidManifest.xml
demos/cast/build.gradle
View file @
73da2052
...
...
@@ -49,6 +49,16 @@ android {
disable
'MissingTranslation'
}
flavorDimensions
"receiver"
productFlavors
{
defaultCast
{
dimension
"receiver"
manifestPlaceholders
=
[
castOptionsProvider:
"com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider"
]
}
}
}
dependencies
{
...
...
demos/cast/src/main/AndroidManifest.xml
View file @
73da2052
...
...
@@ -23,7 +23,7 @@
android:largeHeap=
"true"
android:allowBackup=
"false"
>
<meta-data
android:name=
"com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value=
"
com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider
"
/>
android:value=
"
${castOptionsProvider}
"
/>
<activity
android:name=
"com.google.android.exoplayer2.castdemo.MainActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment