From 3a0410adfcea03d152b5e97f14e5c7de9d4c4c71 Mon Sep 17 00:00:00 2001 From: Vehovec Date: Thu, 5 Dec 2024 11:33:03 +0100 Subject: [PATCH] Improve AndroidManifest comments --- .../android/app/src/main/AndroidManifest.xml | 108 ++++++++++-------- 1 file changed, 59 insertions(+), 49 deletions(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index edd84fd4..98841d74 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,66 +1,76 @@ + xmlns:tools="http://schemas.android.com/tools" + package="com.bitmovin.player.reactnative.example"> - - + + + + - - + + + + + - - - - - - - - - - - - - + android:roundIcon="@mipmap/ic_launcher_round" + android:theme="@style/AppTheme" + tools:replace="android:allowBackup"> - + android:name="BITMOVIN_PLAYER_LICENSE_KEY" + android:value="ENTER_LICENSE_KEY" /> + + + + + + - + + + + + + + + + - - - - - + + + + + + +