Revert "DeviceAsWebcam: Add overlays for physical camera id"
This reverts commit ad13acc5a6
.
Reason for revert: With stream use case VIDEO_CALL power consumption for webcam is within permissible limits (3W)
Bug: 300166920
Change-Id: I754eaec7fa3386481198404c9be1065323b328e6
This commit is contained in:
parent
e7d2892eb3
commit
ad76abb672
10 changed files with 0 additions and 52 deletions
|
@ -1,10 +0,0 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "DeviceAsWebcamCheetah",
|
||||
certificate: "platform",
|
||||
product_specific: true,
|
||||
sdk_version: "current",
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.overlay.DeviceAsWebcam"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:targetPackage="com.android.DeviceAsWebcam"
|
||||
android:isStatic="true"
|
||||
android:priority="1"/>
|
||||
</manifest>
|
|
@ -1 +0,0 @@
|
|||
include platform/frameworks/av:/camera/OWNERS
|
|
@ -1 +0,0 @@
|
|||
{"0": {"3" : "UW"}}
|
|
@ -318,10 +318,6 @@ PRODUCT_PACKAGES += \
|
|||
NoCutoutOverlay \
|
||||
AvoidAppsInCutoutOverlay
|
||||
|
||||
# Android DeviceAsWebcam specific overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
DeviceAsWebcamCheetah
|
||||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGFE4J \
|
||||
|
|
|
@ -304,10 +304,6 @@ PRODUCT_PACKAGES += \
|
|||
NoCutoutOverlay \
|
||||
AvoidAppsInCutoutOverlay
|
||||
|
||||
# Android DeviceAsWebcam specific overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
DeviceAsWebcamPanther
|
||||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG03Z5 \
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "DeviceAsWebcamPanther",
|
||||
certificate: "platform",
|
||||
product_specific: true,
|
||||
sdk_version: "current",
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.overlay.DeviceAsWebcam"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:targetPackage="com.android.DeviceAsWebcam"
|
||||
android:isStatic="true"
|
||||
android:priority="1"/>
|
||||
</manifest>
|
|
@ -1 +0,0 @@
|
|||
include platform/frameworks/av:/camera/OWNERS
|
|
@ -1 +0,0 @@
|
|||
{"0": {"3" : "UW"}}
|
Loading…
Add table
Add a link
Reference in a new issue