config: Drop 2-button navigation support on tablets
It's completely broken as of Android 12L. Make it available only on devices that inherit from full_phone configs. Change-Id: I1b5d39e09b6223c78c4afb7b4480c654d848c36b
This commit is contained in:
@@ -3,7 +3,8 @@ $(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||
|
||||
# Required packages
|
||||
PRODUCT_PACKAGES += \
|
||||
LatinIME
|
||||
LatinIME \
|
||||
NavigationBarMode2ButtonOverlay
|
||||
|
||||
# Include Lineage LatinIME dictionaries
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
||||
|
Reference in New Issue
Block a user