From 5d259aeece293af45d445c8b4339a33cc51f3102 Mon Sep 17 00:00:00 2001 From: ajp_anton Date: Sun, 26 Jul 2026 14:18:28 +0000 Subject: [PATCH] Document tested Android versions --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11ffd6f..4de8d2a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Notification Log keeps a private history of the notifications that appear on your Android device. It works as a standard Android notification listener; it does not need root or an Xposed module. +## AI Assistance + +This project was developed with help from AI-assisted coding tools. The design +decisions, physical device testing, and final behaviour are still manually reviewed. + ## What it records - Notifications appearing, changing, and disappearing. @@ -32,12 +37,9 @@ Notification Log supports Android 14 through Android 16 (API levels 34–36). After installation, grant **Notification access** when prompted. The optional app lock uses your device's biometric or credential prompt. -## Development +Tested Android versions: -Build a debug APK with: - -```bash -./gradlew assembleDebug -``` - -This project has been developed with substantial assistance from AI tools. +- OneUI 8.0 (Android 16) on a Galaxy Z Fold 5 +- AOSP Android 14, 15, and 16 (API 34, 35, and 36) on an emulator +- Google APIs Android 15 and 16 (API 35 and 36) on an emulator +- LineageOS 22 on Android 15 and LineageOS 23 on Android 16 on an emulator \ No newline at end of file