Move safety & regulatory manual closer to legal settings
Bug: 113788849
Test: visual
Change-Id: Ie9a706bad9a4c65ff06c2350171ad55f46dd8386
Merged-In: Ie9a706bad9a4c65ff06c2350171ad55f46dd8386
(cherry picked from commit f5ccd33567
)
This commit is contained in:
committed by
android-build-team Robot
parent
aa58fc861a
commit
3dba0abc61
@@ -71,10 +71,18 @@
|
|||||||
<intent android:action="android.settings.SHOW_REGULATORY_INFO"/>
|
<intent android:action="android.settings.SHOW_REGULATORY_INFO"/>
|
||||||
</Preference>
|
</Preference>
|
||||||
|
|
||||||
|
<!-- Safety & regulatory manual -->
|
||||||
|
<Preference
|
||||||
|
android:key="safety_info"
|
||||||
|
android:order="7"
|
||||||
|
android:title="@string/safety_and_regulatory_info">
|
||||||
|
<intent android:action="android.settings.SHOW_SAFETY_AND_REGULATORY_INFO"/>
|
||||||
|
</Preference>
|
||||||
|
|
||||||
<!-- SIM status -->
|
<!-- SIM status -->
|
||||||
<Preference
|
<Preference
|
||||||
android:key="sim_status"
|
android:key="sim_status"
|
||||||
android:order="7"
|
android:order="8"
|
||||||
android:title="@string/sim_status_title"
|
android:title="@string/sim_status_title"
|
||||||
settings:keywords="@string/keywords_sim_status"
|
settings:keywords="@string/keywords_sim_status"
|
||||||
android:summary="@string/summary_placeholder"
|
android:summary="@string/summary_placeholder"
|
||||||
@@ -129,14 +137,6 @@
|
|||||||
android:summary="@string/summary_placeholder"
|
android:summary="@string/summary_placeholder"
|
||||||
android:selectable="false"/>
|
android:selectable="false"/>
|
||||||
|
|
||||||
<!-- Safety & regulatory manual -->
|
|
||||||
<Preference
|
|
||||||
android:key="safety_info"
|
|
||||||
android:order="39"
|
|
||||||
android:title="@string/safety_and_regulatory_info">
|
|
||||||
<intent android:action="android.settings.SHOW_SAFETY_AND_REGULATORY_INFO"/>
|
|
||||||
</Preference>
|
|
||||||
|
|
||||||
<!-- Manual -->
|
<!-- Manual -->
|
||||||
<Preference
|
<Preference
|
||||||
android:key="manual"
|
android:key="manual"
|
||||||
@@ -166,4 +166,4 @@
|
|||||||
android:summary="@string/summary_placeholder"
|
android:summary="@string/summary_placeholder"
|
||||||
settings:allowDividerAbove="true"/>
|
settings:allowDividerAbove="true"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user