From e73bbc7505a0ac2a27d2bf39733956c877589561 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 10 May 2024 05:37:05 +0200 Subject: [PATCH] Cosmetic --- .../HelloIOIOService/src/main/AndroidManifest.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/applications/HelloIOIOService/src/main/AndroidManifest.xml b/applications/HelloIOIOService/src/main/AndroidManifest.xml index 51a9d4b3..2fb1d721 100644 --- a/applications/HelloIOIOService/src/main/AndroidManifest.xml +++ b/applications/HelloIOIOService/src/main/AndroidManifest.xml @@ -3,18 +3,20 @@ package="ioio.examples.hello_service"> + + android:label="@string/app_name" + android:theme="@style/Theme.AppCompat.NoActionBar"> + - + + android:exported="true" + android:launchMode="singleTask"> @@ -33,5 +35,7 @@ android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="@xml/device_filter" /> + + \ No newline at end of file