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: