diff --git a/overlay/ParanoidLauncherOverlay/Android.bp b/overlay/ParanoidLauncherOverlay/Android.bp new file mode 100644 index 00000000..6ffd332f --- /dev/null +++ b/overlay/ParanoidLauncherOverlay/Android.bp @@ -0,0 +1,19 @@ +// Copyright (C) 2021 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. + +runtime_resource_overlay { + name: "ParanoidLauncherOverlay", + product_specific: true, + sdk_version: "current", +} diff --git a/overlay/ParanoidLauncherOverlay/AndroidManifest.xml b/overlay/ParanoidLauncherOverlay/AndroidManifest.xml new file mode 100644 index 00000000..cd46a0df --- /dev/null +++ b/overlay/ParanoidLauncherOverlay/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/overlay/ParanoidLauncherOverlay/res/values/config.xml b/overlay/ParanoidLauncherOverlay/res/values/config.xml new file mode 100644 index 00000000..1309318f --- /dev/null +++ b/overlay/ParanoidLauncherOverlay/res/values/config.xml @@ -0,0 +1,21 @@ + + + + + + com.android.wallpaper + + diff --git a/overlay/overlays.mk b/overlay/overlays.mk index 1bbda2eb..61db8a85 100644 --- a/overlay/overlays.mk +++ b/overlay/overlays.mk @@ -15,4 +15,5 @@ # Overlays PRODUCT_PACKAGES += \ AOSPAFrameworksOverlay \ - AOSPASystemUIOverlay + AOSPASystemUIOverlay \ + ParanoidLauncherOverlay