Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
guacamole: Leave space for FOD while bouncer is requesting Pattern on…
Browse files Browse the repository at this point in the history
… PIN

Change-Id: Iddfa076d92deaec982c5fe8711e155648da89965
  • Loading branch information
Demon000 authored and luk1337 committed Apr 26, 2020
1 parent 83ee82e commit c2f459d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device.mk
Expand Up @@ -11,7 +11,8 @@ $(call inherit-product, vendor/oneplus/guacamole/guacamole-vendor.mk)

# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage

# Audio
PRODUCT_COPY_FILES += \
Expand Down
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- The bottom margin of the keyguard security container -->
<dimen name="kg_security_container_min_bottom_margin">625px</dimen>
</resources>

0 comments on commit c2f459d

Please sign in to comment.