pa: Remove deprecated overlays.

Change-Id: Id7fd1cb89d7b568b56831211880831b484932045
This commit is contained in:
Chris Crump 2019-10-16 11:42:05 -04:00 committed by Alexander Koskovich
parent 136aa7a054
commit 576d83741a
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
7 changed files with 0 additions and 107 deletions

View File

@ -17,7 +17,4 @@ implied.
<!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<!-- Whether auto face unlock is enabled by default -->
<bool name="config_autoFaceUnlockEnabledByDefault">true</bool>
</resources>

View File

@ -1,25 +0,0 @@
# Copyright (C) 2020 Paranoid Android
#
# 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.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := AOSPAKeyguardOverlay
LOCAL_MODULE_OWNER := aospa
LOCAL_MODULE_TAGS := optional
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 Paranoid Android
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.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.aospa.keyguard.overlay"
android:versionCode="1"
android:versionName="1.0">
<overlay
android:targetPackage="com.android.keyguard"
android:priority="600"
android:isStatic="true" />
<application
android:label="AOSPAKeyguardOverlay"
android:hasCode="false" />
</manifest>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright (C) 2016-2017 Paranoid Android
**
** 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.
*/
-->
<!-- These resources are around just to allow their values to be customized -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- config for showing AM/PM on lock screen in 12hour format -->
<bool name="config_showAmpm">false</bool>
</resources>

View File

@ -17,6 +17,5 @@
<resources>
<dimen name="search_bar_corner_radius">24.0dip</dimen>
<dimen name="suggestion_card_corner_radius">8.0dip</dimen>
</resources>

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether we should show the security patch level in
"About Phone" -->
<bool name="config_show_security_patch_level">false</bool>
</resources>

View File

@ -33,7 +33,6 @@ LOCAL_REQUIRED_MODULES := \
AOSPABluetoothOverlay \
AOSPAContactsProviderOverlay \
AOSPAFrameworksOverlay \
AOSPAKeyguardOverlay \
AOSPAOverlayStub \
AOSPASettingsOverlay \
AOSPASettingsProviderOverlay \