Update PersistentNotificationPlugin.java

add comments regarding intents
This commit is contained in:
Grégory Beloncle 2018-11-14 10:54:43 +01:00 committed by GitHub
parent 2d04b277ff
commit 7497eade82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ public class PersistentNotificationPlugin extends PluginBase {
private final Context ctx;
/// For Android Auto
/// Intents are not declared in manifest and not consumed, this is intentionally because actually we can't do anything with
private static final String PACKAGE = "info.nightscout";
private static final String READ_ACTION =
"info.nightscout.androidaps.ACTION_MESSAGE_READ";