Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created September 5, 2021 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navczydev/8a83e74c83025c0bca71364bda0040d5 to your computer and use it in GitHub Desktop.
Save navczydev/8a83e74c83025c0bca71364bda0040d5 to your computer and use it in GitHub Desktop.
<receiver
android:name=".alarmreceiver.AlarmReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="android.app.action.SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED" />
<action android:name="from alarm" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment