Merge "Change AppSearch querier from component to package."
This commit is contained in:
@@ -4574,6 +4574,6 @@
|
||||
<!-- Indicates that default fitness tracker app needs to request sensor and location permissions. -->
|
||||
<bool name="config_trackerAppNeedsPermissions">false</bool>
|
||||
|
||||
<!-- Component with platform query permissions for AppSearch -->
|
||||
<string name="config_defaultAppSearchPlatformQuerierComponent" translatable="false"></string>
|
||||
<!-- Package with global data query permissions for AppSearch -->
|
||||
<string name="config_globalAppSearchDataQuerierPackage" translatable="false"></string>
|
||||
</resources>
|
||||
|
||||
@@ -4116,8 +4116,8 @@
|
||||
|
||||
<java-symbol type="bool" name="config_trackerAppNeedsPermissions"/>
|
||||
|
||||
<!-- Component with platform query permissions for AppSearch -->
|
||||
<java-symbol type="string" name="config_defaultAppSearchPlatformQuerierComponent" />
|
||||
<!-- Package with global data query permissions for AppSearch -->
|
||||
<java-symbol type="string" name="config_globalAppSearchDataQuerierPackage" />
|
||||
|
||||
<!-- Color used by the accessibility focus rectangle -->
|
||||
<java-symbol type="color" name="accessibility_focus_highlight_color" />
|
||||
|
||||
Reference in New Issue
Block a user