Remove tools:replace="android:name" from manifests where multidex config has been removed

This commit is contained in:
Ian Baker 2024-07-25 13:12:10 +01:00
parent ed15ab012f
commit 8c79a8fed2
3 changed files with 3 additions and 9 deletions

View File

@ -14,7 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="androidx.media3.demo.session"> package="androidx.media3.demo.session">
<uses-sdk/> <uses-sdk/>
@ -26,8 +25,7 @@
android:allowBackup="false" android:allowBackup="false"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.Media3Demo" android:theme="@style/Theme.Media3Demo">
tools:replace="android:name">
<!-- Declare that this session demo supports Android Auto. --> <!-- Declare that this session demo supports Android Auto. -->
<meta-data <meta-data

View File

@ -14,7 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="androidx.media3.demo.session.automotive"> package="androidx.media3.demo.session.automotive">
<uses-sdk/> <uses-sdk/>
@ -43,8 +42,7 @@
android:taskAffinity="" android:taskAffinity=""
android:appCategory="audio" android:appCategory="audio"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name">
tools:replace="android:name">
<meta-data <meta-data
android:name="androidx.car.app.TintableAttributionIcon" android:name="androidx.car.app.TintableAttributionIcon"

View File

@ -14,7 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="androidx.media3.demo.shortform"> package="androidx.media3.demo.shortform">
<application <application
@ -22,8 +21,7 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar" android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"
android:taskAffinity="" android:taskAffinity="">
tools:replace="android:name">
<activity <activity
android:exported="true" android:exported="true"
android:name=".MainActivity"> android:name=".MainActivity">