Toggle Stylus handwriting default ON

Enable Stylus handwriting to ON in developer options. This reduces one
step to dogfood the feature.

Bug: 210039666
Bug: 219777744

Test: atest StylusHandwritingTest
Change-Id: If35528b2faf3a22b58b23584809bded3ce3bc7e8
This commit is contained in:
Taran Singh
2023-01-12 22:41:56 +00:00
parent b37f8bf1b1
commit b21a885592

View File

@@ -748,6 +748,7 @@
<SwitchPreference <SwitchPreference
android:key="stylus_handwriting" android:key="stylus_handwriting"
android:title="@string/stylus_handwriting" android:title="@string/stylus_handwriting"
android:defaultValue="true"
android:summary="@string/stylus_handwriting_summary" /> android:summary="@string/stylus_handwriting_summary" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>