feat: Implement initial Android launcher application with Compose, including app listing and launching capabilities.

This commit is contained in:
Jesus Hernandez
2025-12-23 00:29:46 -08:00
commit 556cf74ffd
18 changed files with 511 additions and 0 deletions
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/white"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>