Skip to content

Commit

Permalink
Added warning and build using section
Browse files Browse the repository at this point in the history
  • Loading branch information
Miihir79 authored Apr 9, 2023
1 parent 58a7120 commit e68f3ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ Never miss a notification again with Notigication Tracker app. This app has feat
├── adapter # RecyclerView Adapter
├── screens # UI of the app
└── vm # ViewModel
## Built Using 🛠
- Kotlin
- RoomDB
- MVVM
- DataBinding and ViewBinding
- LiveData
- NotificationListenerService

## ⚠️ Warning ⚠️
This app uses speacial permissions like:
- BIND_NOTIFICATION_LISTENER_SERVICE : To get data of all the incoming notifications
- QUERY_ALL_PACKAGES : To get information like app name, icon etc of various apps present in your device

## How to contribute?
### What do you need to get started?
Expand Down

0 comments on commit e68f3ae

Please sign in to comment.