diff --git a/api/system-current.txt b/api/system-current.txt index 3207165ac3777..230ced836c096 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 3b1e02d056224..c92fb6c32b8fc 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 e871814ab9a60..5c8c4d5f40d7d 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 }