Merge pull request #9492 from ehermann/fix_jey_code
Fix key callback code
This commit is contained in:
commit
02f80caa7f
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ public class OsmandAidlApi {
|
|||
public static final int KEY_ON_UPDATE = 1;
|
||||
public static final int KEY_ON_NAV_DATA_UPDATE = 2;
|
||||
public static final int KEY_ON_CONTEXT_MENU_BUTTONS_CLICK = 4;
|
||||
public static final int KEY_ON_VOICE_MESSAGE = 5;
|
||||
public static final int KEY_ON_KEY_EVENT = 6;
|
||||
public static final int KEY_ON_VOICE_MESSAGE = 8;
|
||||
public static final int KEY_ON_KEY_EVENT = 16;
|
||||
|
||||
private static final Log LOG = PlatformUtil.getLog(OsmandAidlApi.class);
|
||||
|
||||
|
|
Loading…
Reference in a new issue