Commit ad99a440 by ibaker Committed by Christos Tsilopoulos

Add empty sdk-version node to all AndroidManifest.xml files

PiperOrigin-RevId: 397772916
parent 276d2e9d
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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"/>
......
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment