Document tested Android versions

This commit is contained in:
ajp_anton
2026-07-26 14:24:42 +00:00
parent c7f5f7a9a9
commit 5d259aeece
+10 -8
View File
@@ -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 your Android device. It works as a standard Android notification listener; it
does not need root or an Xposed module. 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 ## What it records
- Notifications appearing, changing, and disappearing. - Notifications appearing, changing, and disappearing.
@@ -32,12 +37,9 @@ Notification Log supports Android 14 through Android 16 (API levels 3436).
After installation, grant **Notification access** when prompted. The optional After installation, grant **Notification access** when prompted. The optional
app lock uses your device's biometric or credential prompt. app lock uses your device's biometric or credential prompt.
## Development Tested Android versions:
Build a debug APK with: - 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
```bash - Google APIs Android 15 and 16 (API 35 and 36) on an emulator
./gradlew assembleDebug - LineageOS 22 on Android 15 and LineageOS 23 on Android 16 on an emulator
```
This project has been developed with substantial assistance from AI tools.