/DirectReplyNotification

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

Primary LanguageKotlinMIT LicenseMIT

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