Update PersistentNotificationPlugin.java
add comments regarding intents
This commit is contained in:
parent
2d04b277ff
commit
7497eade82
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class PersistentNotificationPlugin extends PluginBase {
|
||||||
private final Context ctx;
|
private final Context ctx;
|
||||||
|
|
||||||
/// For Android Auto
|
/// 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 PACKAGE = "info.nightscout";
|
||||||
private static final String READ_ACTION =
|
private static final String READ_ACTION =
|
||||||
"info.nightscout.androidaps.ACTION_MESSAGE_READ";
|
"info.nightscout.androidaps.ACTION_MESSAGE_READ";
|
||||||
|
|
Loading…
Reference in a new issue