fix(android-test): remove old index.ts that was blocking Vue 3 app

## 🐛 Root Cause
- Old `index.ts` file was creating static interface with Permission Management
- This file was loading instead of Vue 3 app (`main.ts`)
- Caused old interface to display without header navigation

##  Solution
- Deleted `test-apps/android-test/src/index.ts`
- Re-registered DailyNotification plugin in capacitor.plugins.json
- Rebuilt and reinstalled app

## 🎯 Expected Result
Vue 3 app should now load with:
-  Header navigation bar (Home, Schedule, Notifications, Status, History, Logs, Settings)
-  Modern gradient background
-  Router-based navigation
-  Copy to clipboard in LogsView
This commit is contained in:
Matthew Raymer
2025-10-15 09:07:30 +00:00
parent a625adecf4
commit 54478b1c97

File diff suppressed because it is too large Load Diff