From a29d2d10628446df38999f6e497fc3ac5fc3691a Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Wed, 4 Oct 2023 15:51:19 -0400 Subject: [PATCH] We're about to support inline-suggestions --- app/src/main/res/xml/method.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/xml/method.xml b/app/src/main/res/xml/method.xml index 441df0c..6497853 100644 --- a/app/src/main/res/xml/method.xml +++ b/app/src/main/res/xml/method.xml @@ -1,5 +1,6 @@ + android:settingsActivity="net.mezimmah.wkt9.preferences.PreferencesActivity" + android:supportsInlineSuggestions="true">