feat: Implement a basic Progress-Centric notification

Permissions are not checked for now. This will be fixed in further commits
This commit is contained in:
Nishant Mishra
2025-08-20 19:52:45 +05:30
parent 51f469d722
commit 19c47dd697
2 changed files with 103 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:name=".TomatoApplication"
android:allowBackup="true"