From c71db8f9eb59b9a568e9c6a73f653a9a1b4568a3 Mon Sep 17 00:00:00 2001 From: Nic Chambers-Parkes Date: Thu, 8 Jan 2026 22:45:11 +0000 Subject: [PATCH] Add Android Automotive OS (AAOS) support - Add android:appCategory="video" for AAOS video app compliance - Add uses-feature for android.hardware.type.automotive This enables Plezy to run on AAOS vehicles (e.g., Polestar 2). The system automatically handles driving restrictions for video apps. --- android/app/src/main/AndroidManifest.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3a93af8d..b0b29085 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,10 +22,14 @@ + + + + android:icon="@mipmap/ic_launcher" + android:appCategory="video">