In LineageOS 23.2, the alarms set in the Clock app (DeskClock) are stored in an internal database. The alarms are managed by the com.android.deskclock package, and the data is typically stored in the app's private directory, specifically in a SQLite database file. The path to this database is usually:
This database contains tables for alarms, timers, and stopwatch data. Accessing this file requires root permissions, as it is located in the app's private data directory.
If you want to back up or inspect the alarms, you would need to use a file manager with root access or ADB (Android Debug Bridge) to pull the file from the device.
Apr 26, 1:38pm
This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.