sm7250-common: rro_overlays: Add RRO for OnePlusCamera & OnePlusGallery

Signed-off-by: firebird11 <hbgassel@gmail.com>
Change-Id: If69bfa3d417207b36bf08a0e87f8ab97916f0fbe
Signed-off-by: c79 <vexed@riseup.net>
Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
chandu078
2022-01-02 04:51:34 +00:00
committed by Sandeep P S
parent 46aec432c2
commit db9de2f501
7 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
runtime_resource_overlay {
name: "OnePlusCameraOverlay",
certificate: "platform",
sdk_version: "current",
product_specific: true
}

View File

@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oneplus.camera.overlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.oneplus.camera" android:priority="1" android:isStatic="true" />
<application android:label="OnePlusCameraOverlay" android:hasCode="false"/>
</manifest>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<color name="oneplus_accent_color">@*android:color/accent_device_default</color>
<color name="oneplus_accent_text_color">@*android:color/accent_device_default</color>
</resources>

View File

@@ -0,0 +1,6 @@
runtime_resource_overlay {
name: "OnePlusGalleryOverlay",
certificate: "platform",
sdk_version: "current",
product_specific: true
}

View File

@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oneplus.gallery.overlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.oneplus.gallery" android:priority="1" android:isStatic="true" />
<application android:label="OnePlusGalleryOverlay" android:hasCode="false"/>
</manifest>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<color name="oneplus_accent_color">@*android:color/accent_device_default</color>
<color name="oneplus_accent_text_color">@*android:color/accent_device_default</color>
</resources>