Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94ad90e3 authored by Cassie Wang's avatar Cassie Wang
Browse files

Add AppSearchPlatformQuerier to platform.

Test: atest com.google.android.config.pts.ConfigTestCase
Bug: 169883602
Change-Id: I1e61536462b5d51ba2d4793e068dfb43f0f04e9c
parent 697e7423
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4525,4 +4525,7 @@

    <!-- 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>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -4108,4 +4108,6 @@

  <java-symbol type="bool" name="config_trackerAppNeedsPermissions"/>

  <!-- Component with platform query permissions for AppSearch -->
  <java-symbol type="string" name="config_defaultAppSearchPlatformQuerierComponent" />
</resources>