Usado - Com.samsung.android.incallui
: Managing the "swipe to answer" or "swipe to reject" actions. Why does it appear in Google My Activity?
Many users become concerned when they see this package name in their Google Activity history or battery usage stats. Here is why it appears: usado com.samsung.android.incallui
adb shell su cp /data/data/com.samsung.android.incallui/databases/incallui.db /sdcard/ adb pull /sdcard/incallui.db : Managing the "swipe to answer" or "swipe
| Artifact Type | Path | Description | |---------------|------|-------------| | SharedPreferences | /data/data/com.samsung.android.incallui/shared_prefs/ | UI settings, last used tab, do-not-disturb behavior. | | SQLite Database | /data/data/com.samsung.android.incallui/databases/incallui.db | Call state transitions, timestamps, participant URIs. | | Cache | /data/data/com.samsung.android.incallui/cache/ | Temporary caller images, contact photos. | | Call Recording Metadata | /data/data/com.samsung.android.incallui/files/recording_info/ | JSON or XML files with recording start/end times and file paths (actual recordings often in /storage/emulated/0/Call/ or internal encrypted storage). | Here is why it appears: adb shell su cp /data/data/com
Open with SQLite browser to reconstruct call timelines, even if the user deleted the system call log.