-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant make it work #9
Comments
Im using this combination NotifyMe.Builder(applicationContext) |
Is it possible to debug |
Try adding <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> and this <receiver android:name="com.allyants.notifyme.NotificationPublisher" />
<receiver android:name="com.allyants.notifyme.BootNotifyMe">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver> to your android manifest |
Thank you for your response. |
it just ignores any kind of builder
The text was updated successfully, but these errors were encountered: