mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
LG8n: Rename Overlays
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
5e824a5356
commit
1b7d96921a
10
device.mk
10
device.mk
|
@ -343,12 +343,12 @@ PRODUCT_COPY_FILES += \
|
||||||
# Overlays
|
# Overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
CarrierConfigOverlay \
|
CarrierConfigOverlay \
|
||||||
FrameworksResOverlay \
|
FrameworksResOverlayLG8n \
|
||||||
SettingsResOverlay \
|
|
||||||
SettingsProviderOverlayLG8n \
|
SettingsProviderOverlayLG8n \
|
||||||
SystemUIOverlay \
|
SettingsResOverlayLG8n \
|
||||||
WifiResOverlayLG8n \
|
SystemUIOverlayLG8n \
|
||||||
TelephonyOverlay
|
TelephonyOverlayLG8n \
|
||||||
|
WifiResOverlayLG8n
|
||||||
|
|
||||||
# Lineage-Specific Overlays
|
# Lineage-Specific Overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SettingsResOverlay",
|
name: "FrameworksResOverlayLG8n",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
resource_dirs: ["res"]
|
resource_dirs: ["res"]
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.frameworksres.overlay">
|
package="com.android.frameworksres.lg8n.overlay">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="android" android:isStatic="true" android:priority="1" />
|
<overlay android:targetPackage="android" android:isStatic="true" android:priority="1" />
|
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "FrameworksResOverlay",
|
name: "SettingsResOverlayLG8n",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
resource_dirs: ["res"]
|
resource_dirs: ["res"]
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settingsres.overlay">
|
package="com.android.settingsres.lg8n.overlay">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="2" />
|
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="2" />
|
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SystemUIOverlay",
|
name: "SystemUIOverlayLG8n",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
resource_dirs: ["res"]
|
resource_dirs: ["res"]
|
|
@ -11,7 +11,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.systemui.overlay">
|
package="com.android.systemui.lg8n.overlay">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" android:priority="1" />
|
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" android:priority="1" />
|
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "TelephonyOverlay",
|
name: "TelephonyOverlayLG8n",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
resource_dirs: ["res"]
|
resource_dirs: ["res"]
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.telephony.overlay">
|
package="com.android.telephony.lg8n.overlay">
|
||||||
|
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
<overlay
|
<overlay
|
Loading…
Reference in a new issue