summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlay/TvLowRamOverlay/res/values/config.xml3
-rw-r--r--products/atv_product.mk5
2 files changed, 4 insertions, 4 deletions
diff --git a/overlay/TvLowRamOverlay/res/values/config.xml b/overlay/TvLowRamOverlay/res/values/config.xml
index c6b272a..2ca7899 100644
--- a/overlay/TvLowRamOverlay/res/values/config.xml
+++ b/overlay/TvLowRamOverlay/res/values/config.xml
@@ -15,9 +15,6 @@
-->
<resources>
- <!-- Make the IME killable by the lowmemorykiller by raising its oom_score_adj. -->
- <bool name="config_killableInputMethods">true</bool>
-
<!-- Prevent the InputMethodManagerService from starting up the IME unless
the currently focused view is a text editor. -->
<bool name="config_preventImeStartupUnlessTextEditor">true</bool>
diff --git a/products/atv_product.mk b/products/atv_product.mk
index 2da9862..40e80fa 100644
--- a/products/atv_product.mk
+++ b/products/atv_product.mk
@@ -27,7 +27,10 @@ PRODUCT_PACKAGES += \
TvWifiOverlay
PRODUCT_COPY_FILES += \
- device/google/atv/atv-component-overrides.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/atv-component-overrides.xml \
+ device/google/atv/atv-component-overrides.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/atv-component-overrides.xml
+
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.hardware.gamepad.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.gamepad.xml
# Too many tombstones can cause bugreports to grow too large to be uploaded.
PRODUCT_PRODUCT_PROPERTIES += \