Merge pull request #9492 from ehermann/fix_jey_code

Fix key callback code
This commit is contained in:
Vitaliy 2020-07-21 01:15:48 +03:00 committed by GitHub
commit 02f80caa7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);