From 6967381b107013b1bc1c75d60379f607ee0471f3 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Sun, 15 Jan 2023 14:54:42 -0500 Subject: [PATCH] added android:exported=true to manifest templates --- mode/templates/ARManifest.xml.tmpl | 3 +-- mode/templates/AppManifest.xml.tmpl | 3 ++- mode/templates/VRManifest.xml.tmpl | 3 ++- mode/templates/WallpaperManifest.xml.tmpl | 5 +++-- mode/templates/WatchFaceManifest.xml.tmpl | 3 ++- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/mode/templates/ARManifest.xml.tmpl b/mode/templates/ARManifest.xml.tmpl index 55be71fc..1b31e497 100644 --- a/mode/templates/ARManifest.xml.tmpl +++ b/mode/templates/ARManifest.xml.tmpl @@ -15,8 +15,7 @@ android:theme="@style/ArActivityTheme" android:usesCleartextTraffic="false" tools:ignore="GoogleAppIndexingWarning"> - + android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" + android:exported="true"> diff --git a/mode/templates/VRManifest.xml.tmpl b/mode/templates/VRManifest.xml.tmpl index 40860bb8..0c550cfa 100644 --- a/mode/templates/VRManifest.xml.tmpl +++ b/mode/templates/VRManifest.xml.tmpl @@ -16,7 +16,8 @@ + android:resizeableActivity="false" + android:exported="true"> diff --git a/mode/templates/WallpaperManifest.xml.tmpl b/mode/templates/WallpaperManifest.xml.tmpl index 07d84c55..baec25eb 100644 --- a/mode/templates/WallpaperManifest.xml.tmpl +++ b/mode/templates/WallpaperManifest.xml.tmpl @@ -8,13 +8,14 @@ android:icon="@mipmap/ic_launcher"> + android:permission="android.permission.BIND_WALLPAPER" + android:exported="true"> - + diff --git a/mode/templates/WatchFaceManifest.xml.tmpl b/mode/templates/WatchFaceManifest.xml.tmpl index eed8475f..28d8119d 100644 --- a/mode/templates/WatchFaceManifest.xml.tmpl +++ b/mode/templates/WatchFaceManifest.xml.tmpl @@ -12,7 +12,8 @@ + android:permission="android.permission.BIND_WALLPAPER" + android:exported="true">