Skip to content

Commit

Permalink
Exclude Bluetooth app from Location indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
flawedworld authored and thestinger committed Apr 4, 2022
1 parent 1d2ed34 commit a5d43c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,9 @@
set before. -->
<bool name="config_defaultAdasGnssLocationEnabled" translatable="false">false</bool>

<string-array name="config_locationExtraPackageNames" translatable="false"></string-array>
<string-array name="config_locationExtraPackageNames" translatable="false">
<item>com.android.bluetooth</item>
</string-array>

<!-- The package name of the default network recommendation app.
A network recommendation provider must:
Expand Down

0 comments on commit a5d43c0

Please sign in to comment.