Include me.phh.treble.overlay.systemui.falselocks, disabled by default

This commit is contained in:
Pierre-Hugues Husson 2018-02-15 21:37:19 +01:00
parent 50edf2dfb7
commit 7eb2590544
4 changed files with 17 additions and 0 deletions

5
FalseLocks/Android.mk Normal file
View File

@ -0,0 +1,5 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-SystemUI-FalseLocks
include $(BUILD_PACKAGE)

View File

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.systemui.falselocks"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:priority="3"/>
</manifest>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
</resources>

View File

@ -2,6 +2,7 @@ PRODUCT_PACKAGES += \
treble-overlay-NavBar \
treble-overlay-NightMode \
treble-overlay-Telephony-LTE \
treble-overlay-SystemUI-FalseLocks \
HardwareOverlayPicker