diff --git a/demos/cast/src/main/AndroidManifest.xml b/demos/cast/src/main/AndroidManifest.xml index d92d9e2303..6bb16ed734 100644 --- a/demos/cast/src/main/AndroidManifest.xml +++ b/demos/cast/src/main/AndroidManifest.xml @@ -31,7 +31,8 @@ + android:theme="@style/Theme.AppCompat" + android:exported="true"> diff --git a/demos/main/src/main/AndroidManifest.xml b/demos/main/src/main/AndroidManifest.xml index 053665502b..39a2ec1709 100644 --- a/demos/main/src/main/AndroidManifest.xml +++ b/demos/main/src/main/AndroidManifest.xml @@ -41,7 +41,8 @@ + android:theme="@style/Theme.AppCompat" + android:exported="true"> @@ -65,7 +66,8 @@ android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode" android:launchMode="singleTop" android:label="@string/application_name" - android:theme="@style/PlayerTheme"> + android:theme="@style/PlayerTheme" + android:exported="true"> diff --git a/demos/surface/src/main/AndroidManifest.xml b/demos/surface/src/main/AndroidManifest.xml index c33a9e646b..5fd2890915 100644 --- a/demos/surface/src/main/AndroidManifest.xml +++ b/demos/surface/src/main/AndroidManifest.xml @@ -21,7 +21,8 @@ + android:label="@string/application_name" + android:exported="true">