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
ad99a440
authored
Sep 20, 2021
by
ibaker
Committed by
Christos Tsilopoulos
Sep 21, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add empty sdk-version node to all AndroidManifest.xml files
PiperOrigin-RevId: 397772916
parent
276d2e9d
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
65 additions
and
20 deletions
extensions/av1/src/main/AndroidManifest.xml
extensions/cast/src/main/AndroidManifest.xml
extensions/cronet/src/main/AndroidManifest.xml
extensions/ffmpeg/src/main/AndroidManifest.xml
extensions/flac/src/main/AndroidManifest.xml
extensions/ima/src/main/AndroidManifest.xml
extensions/leanback/src/main/AndroidManifest.xml
extensions/media2/src/main/AndroidManifest.xml
extensions/mediasession/src/main/AndroidManifest.xml
extensions/okhttp/src/main/AndroidManifest.xml
extensions/opus/src/main/AndroidManifest.xml
extensions/rtmp/src/main/AndroidManifest.xml
extensions/vp9/src/main/AndroidManifest.xml
extensions/workmanager/src/main/AndroidManifest.xml
library/common/src/main/AndroidManifest.xml
library/core/src/main/AndroidManifest.xml
library/dash/src/main/AndroidManifest.xml
library/extractor/src/main/AndroidManifest.xml
library/hls/src/main/AndroidManifest.xml
library/rtsp/src/main/AndroidManifest.xml
library/smoothstreaming/src/main/AndroidManifest.xml
library/transformer/src/main/AndroidManifest.xml
library/ui/src/main/AndroidManifest.xml
robolectricutils/src/main/AndroidManifest.xml
testutils/src/main/AndroidManifest.xml
extensions/av1/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.av1"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.av1"
>
<uses-sdk
/>
</manifest>
extensions/cast/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -13,4 +13,6 @@
...
@@ -13,4 +13,6 @@
See the License for the specific language governing permissions and
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.cast"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.cast"
>
<uses-sdk/>
</manifest>
extensions/cronet/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -17,5 +17,6 @@
...
@@ -17,5 +17,6 @@
package=
"com.google.android.exoplayer2.ext.cronet"
>
package=
"com.google.android.exoplayer2.ext.cronet"
>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-sdk
/>
</manifest>
</manifest>
extensions/ffmpeg/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.ffmpeg"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.ffmpeg"
>
<uses-sdk
/>
</manifest>
extensions/flac/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.flac"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.flac"
>
<uses-sdk
/>
</manifest>
extensions/ima/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
-->
-->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer2.ext.ima"
>
package=
"com.google.android.exoplayer2.ext.ima"
>
<uses-sdk
/>
<application>
<application>
<meta-data
android:name=
"com.google.android.gms.ads.AD_MANAGER_APP"
<meta-data
android:name=
"com.google.android.gms.ads.AD_MANAGER_APP"
android:value=
"true"
/>
android:value=
"true"
/>
...
...
extensions/leanback/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.leanback"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.leanback"
>
<uses-sdk
/>
</manifest>
extensions/media2/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -13,4 +13,6 @@
...
@@ -13,4 +13,6 @@
See the License for the specific language governing permissions and
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.media2"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.media2"
>
<uses-sdk
/>
</manifest>
extensions/mediasession/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.mediasession"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.mediasession"
>
<uses-sdk
/>
</manifest>
extensions/okhttp/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.okhttp"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.okhttp"
>
<uses-sdk
/>
</manifest>
extensions/opus/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.opus"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.opus"
>
<uses-sdk
/>
</manifest>
extensions/rtmp/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.rtmp"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.rtmp"
>
<uses-sdk
/>
</manifest>
extensions/vp9/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer2.ext.vp9"
>
package=
"com.google.android.exoplayer2.ext.vp9"
>
<uses-sdk
/>
<uses-feature
android:glEsVersion=
"0x00020000"
/>
<uses-feature
android:glEsVersion=
"0x00020000"
/>
</manifest>
</manifest>
extensions/workmanager/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -15,4 +15,6 @@
...
@@ -15,4 +15,6 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ext.workmanager"
/>
<manifest
package=
"com.google.android.exoplayer2.ext.workmanager"
>
<uses-sdk
/>
</manifest>
library/common/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer2.common"
>
package=
"com.google.android.exoplayer2.common"
>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-sdk
/>
</manifest>
</manifest>
library/core/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -17,4 +17,5 @@
...
@@ -17,4 +17,5 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer2.core"
>
package=
"com.google.android.exoplayer2.core"
>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-sdk
/>
</manifest>
</manifest>
library/dash/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.source.dash"
/>
<manifest
package=
"com.google.android.exoplayer2.source.dash"
>
<uses-sdk
/>
</manifest>
library/extractor/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.extractor"
/>
<manifest
package=
"com.google.android.exoplayer2.extractor"
>
<uses-sdk
/>
</manifest>
library/hls/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.source.hls"
/>
<manifest
package=
"com.google.android.exoplayer2.source.hls"
>
<uses-sdk
/>
</manifest>
library/rtsp/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.source.rtsp"
/>
<manifest
package=
"com.google.android.exoplayer2.source.rtsp"
>
<uses-sdk
/>
</manifest>
library/smoothstreaming/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.source.smoothstreaming"
/>
<manifest
package=
"com.google.android.exoplayer2.source.smoothstreaming"
>
<uses-sdk
/>
</manifest>
library/transformer/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.transformer"
/>
<manifest
package=
"com.google.android.exoplayer2.transformer"
>
<uses-sdk
/>
</manifest>
library/ui/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.ui"
/>
<manifest
package=
"com.google.android.exoplayer2.ui"
>
<uses-sdk
/>
</manifest>
robolectricutils/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.robolectric"
/>
<manifest
package=
"com.google.android.exoplayer2.robolectric"
>
<uses-sdk
/>
</manifest>
testutils/src/main/AndroidManifest.xml
View file @
ad99a440
...
@@ -14,4 +14,6 @@
...
@@ -14,4 +14,6 @@
limitations under the License.
limitations under the License.
-->
-->
<manifest
package=
"com.google.android.exoplayer2.testutil"
/>
<manifest
package=
"com.google.android.exoplayer2.testutil"
>
<uses-sdk
/>
</manifest>
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