Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.23 KB

Direct Reply Notification

Android application to make direct reply with notification message just like WhatsApp messages, without even opening WhatsApp using Kotlin Programming Language.

Add in AndroidManifest.xml

Permission:-
-------------------
<uses-permission android:name="android.permission.VIBRATE"/>
                      
BroadcastReceiver:-
-------------------
<receiver
android:name=".MyNotificationReceiver"
android:enabled="true"
android:exported="false" />
Reply 1 Reply 2 Reply 3

Play Video

Like Facebook Page