diff --git a/samples/MultiDisplay/AndroidManifest.xml b/samples/MultiDisplay/AndroidManifest.xml index 81aa43b9a..18f9f8854 100644 --- a/samples/MultiDisplay/AndroidManifest.xml +++ b/samples/MultiDisplay/AndroidManifest.xml @@ -27,7 +27,8 @@ android:label="@string/md_launcher" android:theme="@style/LauncherTheme" android:launchMode="singleTop" - android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|colorMode|density"> + android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|colorMode|density" + android:exported="true"> @@ -39,7 +40,8 @@ + android:permission="android.permission.BIND_WALLPAPER" + android:exported="true"> @@ -52,4 +54,4 @@ - \ No newline at end of file + diff --git a/samples/ShortcutDemo/launcher/AndroidManifest.xml b/samples/ShortcutDemo/launcher/AndroidManifest.xml index 581079a52..b024385b3 100644 --- a/samples/ShortcutDemo/launcher/AndroidManifest.xml +++ b/samples/ShortcutDemo/launcher/AndroidManifest.xml @@ -21,7 +21,8 @@ - + diff --git a/samples/WiFiDirectDemo/AndroidManifest.xml b/samples/WiFiDirectDemo/AndroidManifest.xml index 759c4cc38..eb2a90f51 100644 --- a/samples/WiFiDirectDemo/AndroidManifest.xml +++ b/samples/WiFiDirectDemo/AndroidManifest.xml @@ -22,6 +22,7 @@ android:theme="@android:style/Theme.Holo">