However, when I try to render the strikethrough back to the EditText, I found the Html.fromHtml method does not support strikethough.
The only way to render the strikethough seems to be through the Webview.
cd C:\Program Files (x86)\Android\android-sdk\platform-toolsStart the emulator and check if adb can detect the emulator
adb devicesStart Shell
adb shellConnect to sqlite
sqlite3 /data/data/{your_package_name}/databases/{your_db}