Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
🐛🐧🔥 Issue #1930: Android 8: PushNotification.hasPermission() returns …
Browse files Browse the repository at this point in the history
…true although push notifications are disabled by the system
  • Loading branch information
macdonst committed Oct 17, 2017
1 parent 468f600 commit 28f7089
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 543 deletions.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<source-file src="src/android/com/adobe/phonegap/push/PushHandlerActivity.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/PushInstanceIDListenerService.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/PushPlugin.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/PermissionUtils.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/BackgroundActionButtonHandler.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/PushDismissedHandler.java" target-dir="src/com/adobe/phonegap/push/"/>
</platform>
Expand Down
59 changes: 0 additions & 59 deletions src/android/com/adobe/phonegap/push/PermissionUtils.java

This file was deleted.

Loading

0 comments on commit 28f7089

Please sign in to comment.