Add a footer to Location Settings page

At the bottom of Settings -> Security & Location -> Location, inject
footers with text provided by system apps. GmsCore uses this footer to
present legal consent info for Google Location Services.

Bug: 70350519
Test: Robo
Test: Manual
Change-Id: I201afdb30baa7b81b591d161fce5be55569b6320
This commit is contained in:
Maggie
2018-01-29 20:29:16 -08:00
parent 6e5c590d0c
commit ca80da20b1
4 changed files with 450 additions and 2 deletions

View File

@@ -49,5 +49,9 @@
<PreferenceCategory
android:key="location_services"
android:title="@string/location_category_location_services" />
android:title="@string/location_category_location_services"/>
<PreferenceCategory
android:key="location_footer"
settings:allowDividerAbove="false"/>
</PreferenceScreen>