diff options
| -rw-r--r-- | core/api/system-current.txt | 1 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index cc3a2f492840..f4bb9570c0ea 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -366,6 +366,7 @@ package android { field public static final int config_helpIntentNameKey = 17039390; // 0x104001e field public static final int config_helpPackageNameKey = 17039387; // 0x104001b field public static final int config_helpPackageNameValue = 17039388; // 0x104001c + field public static final int config_systemActivityRecognizer; field public static final int config_systemAmbientAudioIntelligence; field public static final int config_systemAudioIntelligence; field public static final int config_systemAutomotiveCluster; diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 3a5621b4fbbd..89adc8ca6913 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3223,6 +3223,8 @@ <public name="config_systemTextIntelligence" /> <!-- @hide @SystemApi --> <public name="config_systemVisualIntelligence" /> + <!-- @hide @SystemApi --> + <public name="config_systemActivityRecognizer" /> </staging-public-group> <staging-public-group type="id" first-id="0x01020055"> |