/NavButtonRemap

Remap hardware buttons on Android phones via Accessibility

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

NavButtonRemap for AOSP (Fork)

Superseded by HardwareKeyMapper This repo is now read-only.

Based on NavButtonRemap by shuhaowu

Remaps hardware back/recent apps button depending on the screen orientation.

Modified to be able to easily include into an AOSP build environment.

Integration

Add the following to the manifest-tag in your roomservice.xml

  <project name="ADeadTrousers/NavButtonRemap" path="vendor/shuhaowu/NavButtonRemap" remote="github" revision="master" />

Add the following to your device.mk

PRODUCT_PACKAGES += \
    NavButtonRemap