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
ccce9948
authored
Jan 13, 2020
by
olly
Committed by
Oliver Woodman
Jan 16, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Align media2 extension tests with other tests
PiperOrigin-RevId: 289494365
parent
f0ce1c3b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
13 deletions
extensions/flac/src/androidTest/AndroidManifest.xml
extensions/opus/src/androidTest/AndroidManifest.xml
extensions/vp9/src/androidTest/AndroidManifest.xml
library/core/src/androidTest/AndroidManifest.xml
playbacktests/src/androidTest/AndroidManifest.xml
extensions/flac/src/androidTest/AndroidManifest.xml
View file @
ccce9948
...
@@ -23,9 +23,7 @@
...
@@ -23,9 +23,7 @@
<application
<application
android:allowBackup=
"false"
android:allowBackup=
"false"
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
/>
<uses-library
android:name=
"android.test.runner"
/>
</application>
<instrumentation
<instrumentation
android:targetPackage=
"com.google.android.exoplayer2.ext.flac.test"
android:targetPackage=
"com.google.android.exoplayer2.ext.flac.test"
...
...
extensions/opus/src/androidTest/AndroidManifest.xml
View file @
ccce9948
...
@@ -23,9 +23,7 @@
...
@@ -23,9 +23,7 @@
<application
<application
android:allowBackup=
"false"
android:allowBackup=
"false"
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
/>
<uses-library
android:name=
"android.test.runner"
/>
</application>
<instrumentation
<instrumentation
android:targetPackage=
"com.google.android.exoplayer2.ext.opus.test"
android:targetPackage=
"com.google.android.exoplayer2.ext.opus.test"
...
...
extensions/vp9/src/androidTest/AndroidManifest.xml
View file @
ccce9948
...
@@ -23,9 +23,7 @@
...
@@ -23,9 +23,7 @@
<application
<application
android:allowBackup=
"false"
android:allowBackup=
"false"
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
/>
<uses-library
android:name=
"android.test.runner"
/>
</application>
<instrumentation
<instrumentation
android:targetPackage=
"com.google.android.exoplayer2.ext.vp9.test"
android:targetPackage=
"com.google.android.exoplayer2.ext.vp9.test"
...
...
library/core/src/androidTest/AndroidManifest.xml
View file @
ccce9948
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
<application
<application
android:allowBackup=
"false"
android:allowBackup=
"false"
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
<uses-library
android:name=
"android.test.runner"
/>
<provider
<provider
android:authorities=
"com.google.android.exoplayer2.core.test"
android:authorities=
"com.google.android.exoplayer2.core.test"
android:name=
"com.google.android.exoplayer2.upstream.ContentDataSourceTest$TestContentProvider"
/>
android:name=
"com.google.android.exoplayer2.upstream.ContentDataSourceTest$TestContentProvider"
/>
...
...
playbacktests/src/androidTest/AndroidManifest.xml
View file @
ccce9948
...
@@ -26,12 +26,9 @@
...
@@ -26,12 +26,9 @@
<application
<application
android:allowBackup=
"false"
android:allowBackup=
"false"
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
tools:ignore=
"MissingApplicationIcon,HardcodedDebugMode"
>
<uses-library
android:name=
"android.test.runner"
/>
<activity
android:name=
"com.google.android.exoplayer2.testutil.HostActivity"
<activity
android:name=
"com.google.android.exoplayer2.testutil.HostActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:label=
"ExoPlayerTest"
/>
android:label=
"ExoPlayerTest"
/>
</application>
</application>
<instrumentation
<instrumentation
...
...
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