Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f09e8ce4 authored by Rich King's avatar Rich King
Browse files

Add additional Entry point for EmergencyDialer for setup

Adds a constant for ENTRY_TYPE_SETUP when the EmergencyDialer is
launched from device setup.

Bug: 407001313
Flag: NONE adding constant only
Change-Id: Ie3a9f75c3afd0d3019a35560f6e91f64abf22c01
parent 028ce327
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,4 +34,5 @@ public class EmergencyDialerConstants {
    public static final int ENTRY_TYPE_UNKNOWN = 0;
    public static final int ENTRY_TYPE_LOCKSCREEN_BUTTON = 1;
    public static final int ENTRY_TYPE_POWER_MENU = 2;
    public static final int ENTRY_TYPE_SETUP = 3;
}