Android-only patch — no user-visible changes.
- Lowered
minSdkfrom 34 (Android 14) to 31 (Android 12) inandroid/app/build.gradle.kts. Roughly doubles the addressable Android device base. All APIs used by the app are available on API 31;POST_NOTIFICATIONSwas already runtime-gated, andFOREGROUND_SERVICE_MICROPHONEis harmless on devices below API 34 (annotated withtools:targetApi="34"in the manifest to silence the lint warning). Notably restores installability on Huawei AppGallery, whose test fleet includes Android 12 EMUI 13 devices. - Updated privacy policy (
docs/privacy.html) to explicitly name the developer (Aleksandr Alekseev) alongside the app name, per Huawei AppGallery review rule 7.1.