abouttreesummaryrefslogcommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-11-11 15:39:28 +0100
committerJules Aguillon2022-11-11 15:39:28 +0100
commitef34303c7eaa781ed4655016538aac47f0aef002 (patch)
treefd35fdfa1d75de5bd7216677b4f25cf263bee286 /AndroidManifest.xml
parentf1ce6abe5a37c9ca57d885ecb9a3218969bc7fdf (diff)
downloadunexpected-keyboard-ef34303c7eaa781ed4655016538aac47f0aef002.tar.gz
unexpected-keyboard-ef34303c7eaa781ed4655016538aac47f0aef002.zip
Avoid crashing in direct-boot mode
The settings activity can't open in direct-boot mode. The emoji pane opens without the "last used" data.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5b2a120..e840c65 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,7 @@
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
</service>
- <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.DeviceDefault" android:exported="true">
+ <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.DeviceDefault" android:exported="true" android:directBootAware="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>