diff --git a/akita/overlay_packages/SettingsAkitaOverlay/Android.bp b/akita/overlay_packages/SettingsAkitaOverlay/Android.bp new file mode 100644 index 0000000..928a859 --- /dev/null +++ b/akita/overlay_packages/SettingsAkitaOverlay/Android.bp @@ -0,0 +1,24 @@ +// +// Copyright (C) 2023 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. +// + +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +runtime_resource_overlay { + name: "SettingsAkitaOverlay", + product_specific: true, +} \ No newline at end of file diff --git a/akita/overlay_packages/SettingsAkitaOverlay/AndroidManifest.xml b/akita/overlay_packages/SettingsAkitaOverlay/AndroidManifest.xml new file mode 100644 index 0000000..e39a5d9 --- /dev/null +++ b/akita/overlay_packages/SettingsAkitaOverlay/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/akita/overlay_packages/SettingsAkitaOverlay/res/drawable/regulatory_info_ta23j_vn.png b/akita/overlay_packages/SettingsAkitaOverlay/res/drawable/regulatory_info_ta23j_vn.png new file mode 100644 index 0000000..c45f6e6 Binary files /dev/null and b/akita/overlay_packages/SettingsAkitaOverlay/res/drawable/regulatory_info_ta23j_vn.png differ diff --git a/akita/overlay_packages/SettingsAkitaOverlay/res/values/config.xml b/akita/overlay_packages/SettingsAkitaOverlay/res/values/config.xml new file mode 100644 index 0000000..bdeb97a --- /dev/null +++ b/akita/overlay_packages/SettingsAkitaOverlay/res/values/config.xml @@ -0,0 +1,20 @@ + + + + + com.android.settings.akita + \ No newline at end of file diff --git a/device-akita.mk b/device-akita.mk index 0a59641..f7c81e8 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -194,6 +194,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.audio.cca.enabled=true +# Settings Overlay +PRODUCT_PACKAGES += \ + SettingsAkitaOverlay + # Keymaster HAL #LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service