From 4de9e66d0e92628e7c1a544741648cb1b3332a7c Mon Sep 17 00:00:00 2001 From: Mathieu Date: Mon, 3 Jan 2022 17:28:41 +0100 Subject: [PATCH] Added ASSIST to the manifest to use the app like google assistant (from bottom corners) --- app/src/main/AndroidManifest.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e519bf7..573e1fc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,17 +8,26 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.JarvisCompose"> - + - + + + + + + +