Skip to content

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

License

Notifications You must be signed in to change notification settings

AndroidCodility/DirectReplyNotification

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages