Closed MilosKozak closed 8 years ago
Hi @MilosKozak, thanks for doing this.
1) I think you forgot to add BgSendQueue.java to this PR as the deleted Intents.RECEIVER_PERMISSION is actually used there. (Change to passing null as parameter?)
BgSendQueue.java
Intents.RECEIVER_PERMISSION
null
2) Did you test it with the current apk of NightWatch (https://github.com/StephenBlackWasAlreadyTaken/NightWatch/blob/master/Download.md) and see if it still can receive the local broadcasts?
Closing this as https://github.com/StephenBlackWasAlreadyTaken/xDrip-Experimental/pull/364 also removes the permission. Thanks Milos
Hi @MilosKozak, thanks for doing this.
1) I think you forgot to add
BgSendQueue.java
to this PR as the deletedIntents.RECEIVER_PERMISSION
is actually used there. (Change to passingnull
as parameter?)2) Did you test it with the current apk of NightWatch (https://github.com/StephenBlackWasAlreadyTaken/NightWatch/blob/master/Download.md) and see if it still can receive the local broadcasts?