NotePad
Make notes
com.xmission.trevin.android.notes
About NotePad
<div>A simple and intuitive notepad based on the app bundled with Palm Pilot.
<ul>
<li>Entirely offline, requiring few permissions to run.
<ul>
<li>Permission to use external storage is only needed to back up or
restore your notes on Marshmallow (Android 6) and older.</li>
<li>The following permissions are added by WorkManager, a Google
library used to run the export, import, and password re-encryption
operations in the background when initiated by the user. The core
app does not use these on its own.
<ul>
<li>Permission to run a foreground service, added on Pie (Android 9)
and later.</li>
<li>Permission to view network connections, used by WorkManager to
determine the best time to schedule background tasks.</li>
<li>Permission to prevent the phone from sleeping, used by WorkManager
to keep the processor awake while a background task is running.</li>
<li>Permission to run at startup, used by WorkManager to reschedule
any pending background task after the phone is rebooted.</li>
</ul></li>
</ul></li>
<li>Create any number of categories for different notes.</li>
<li>Mark notes as private and optionally encrypt them with a password.</li>
<li>Export notes to a local XML file.</li>
<li>Import notes from an XML file.</li>
<li>Backwards compatible with Android 5.0 (Lollipop) and up.</li>
</ul>
</div>