From 8240dbd571cb86b04ed0fe252eeb381971b7a54d Mon Sep 17 00:00:00 2001 From: Kurt Dresner Date: Tue, 18 Aug 2020 11:55:21 -0700 Subject: [PATCH] Create empty SYSTEM_AUTOMOTIVE_PROJECTION default holder. Bug: 165330809 Bug: 134997071 Test: Code builds Change-Id: Iebaa739993d09e95999b82473f8d1a8c802cd528 --- api/system-current.txt | 1 + api/test-current.txt | 1 + core/res/res/values/config.xml | 2 ++ core/res/res/values/public.xml | 2 ++ non-updatable-api/system-current.txt | 1 + 5 files changed, 7 insertions(+) diff --git a/api/system-current.txt b/api/system-current.txt index aa230b3875a33..9f684abca8639 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -310,6 +310,7 @@ package android { field public static final int config_helpPackageNameKey = 17039387; // 0x104001b field public static final int config_helpPackageNameValue = 17039388; // 0x104001c field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028 + field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemVideoCall = 17039401; // 0x1040029 } diff --git a/api/test-current.txt b/api/test-current.txt index d61526a93e8a4..fcd0ea895e897 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -46,6 +46,7 @@ package android { field public static final int config_defaultAssistant = 17039393; // 0x1040021 field public static final int config_defaultDialer = 17039395; // 0x1040023 field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028 + field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemVideoCall = 17039401; // 0x1040029 } diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b4b634ab7b593..8d5129465b0ef 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1857,6 +1857,8 @@ com.android.gallery3d + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 45bdff99fb9f2..39989dd24a234 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3074,6 +3074,8 @@ + + diff --git a/non-updatable-api/system-current.txt b/non-updatable-api/system-current.txt index 0b4e3b0c5344e..8c7ed4adc613f 100644 --- a/non-updatable-api/system-current.txt +++ b/non-updatable-api/system-current.txt @@ -310,6 +310,7 @@ package android { field public static final int config_helpPackageNameKey = 17039387; // 0x104001b field public static final int config_helpPackageNameValue = 17039388; // 0x104001c field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028 + field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemVideoCall = 17039401; // 0x1040029 }