From b579587f6748b35967c274bce4febb22a7465f5c Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 9 May 2024 10:36:03 +0200 Subject: [PATCH] Move namespace --- applications/HelloIOIO/src/main/AndroidManifest.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/applications/HelloIOIO/src/main/AndroidManifest.xml b/applications/HelloIOIO/src/main/AndroidManifest.xml index 2ed1b004..f9e8449e 100644 --- a/applications/HelloIOIO/src/main/AndroidManifest.xml +++ b/applications/HelloIOIO/src/main/AndroidManifest.xml @@ -1,21 +1,20 @@ + xmlns:tools="http://schemas.android.com/tools"> + android:theme="@style/Theme.AppCompat.NoActionBar" + tools:ignore="AllowBackup"> + android:exported="true" + android:launchMode="singleTask">