diff --git a/device-tegu.mk b/device-tegu.mk index d510f66..db91dc8 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -279,6 +279,10 @@ PRODUCT_SOONG_NAMESPACES += \ PRODUCT_PACKAGES += \ WifiOverlay2024_M25 +# Settings Overlay +PRODUCT_PACKAGES += \ + SettingsTeguOverlay + # Trusty liboemcrypto.so PRODUCT_SOONG_NAMESPACES += vendor/google_devices/tegu/prebuilts diff --git a/overlay_packages/SettingsTeguOverlay/Android.bp b/overlay_packages/SettingsTeguOverlay/Android.bp new file mode 100644 index 0000000..f91a980 --- /dev/null +++ b/overlay_packages/SettingsTeguOverlay/Android.bp @@ -0,0 +1,24 @@ +// +// Copyright (C) 2024 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: "SettingsTeguOverlay", + product_specific: true, +} diff --git a/overlay_packages/SettingsTeguOverlay/AndroidManifest.xml b/overlay_packages/SettingsTeguOverlay/AndroidManifest.xml new file mode 100644 index 0000000..4e2e89b --- /dev/null +++ b/overlay_packages/SettingsTeguOverlay/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png b/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png new file mode 100644 index 0000000..b0781eb Binary files /dev/null and b/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png differ diff --git a/overlay_packages/SettingsTeguOverlay/res/values/config.xml b/overlay_packages/SettingsTeguOverlay/res/values/config.xml new file mode 100644 index 0000000..602d98c --- /dev/null +++ b/overlay_packages/SettingsTeguOverlay/res/values/config.xml @@ -0,0 +1,20 @@ + + + + + com.android.settings.tegu + \ No newline at end of file