Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Remap hardware buttons on Android phones via Accessibility

License

Notifications You must be signed in to change notification settings

ADeadTrousers/NavButtonRemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Remap hardware buttons on Android phones via Accessibility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.2%
  • Makefile 4.8%