Add empty sdk-version node to all AndroidManifest.xml files
PiperOrigin-RevId: 397772916
This commit is contained in:
parent
276d2e9d0d
commit
ad99a44083
@ -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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
-->
|
-->
|
||||||
<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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
<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 @@
|
|||||||
~ 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 @@
|
|||||||
<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 @@
|
|||||||
<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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user