feat(auto): replace ListTemplate with TabTemplate for iOS CarPlay parity

Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Android/sessions/67580c49-612a-450b-8452-9c88875df1c3

Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-17 14:44:18 +00:00 committed by GitHub
parent eb3a27a3d3
commit dac4880e0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 180 additions and 50 deletions

View file

@ -33,9 +33,10 @@
</intent-filter>
</service>
<!-- TabTemplate requires Car API level 2 (androidx.car.app 1.2.0+) -->
<meta-data
android:name="androidx.car.app.minCarApiLevel"
android:value="1" />
android:value="2" />
</application>
</manifest>