Add Emergency Info preference to user settings

Bug: 23591361
Change-Id: I514cfcf79aef091483c5826414b0317b581cb055
This commit is contained in:
mariagpuyol
2016-01-25 19:32:22 -08:00
parent 6d70e7dce3
commit 0401388028
3 changed files with 15 additions and 0 deletions

View File

@@ -35,5 +35,9 @@
android:key="add_users_when_locked"
android:title="@string/user_add_on_lockscreen_menu"
android:summary="@string/user_add_on_lockscreen_menu_summary" />
<Preference
android:key="emergency_info"
android:title="@string/emergency_info_title"
android:summary="@string/emergency_info_subtitle"/>
</PreferenceCategory>
</PreferenceScreen>