Merge "Allow manual to be read from disk" into mnc-dr-dev

This commit is contained in:
Zach Kuznia
2015-10-01 00:08:05 +00:00
committed by Android (Google) Code Review
6 changed files with 118 additions and 0 deletions

View File

@@ -41,6 +41,13 @@
android:targetClass="com.android.settings.deviceinfo.Status" />
</PreferenceScreen>
<!-- Manual -->
<PreferenceScreen
android:key="manual"
android:title="@string/manual">
<intent android:action="android.settings.SHOW_MANUAL" />
</PreferenceScreen>
<!-- Legal Information -->
<PreferenceScreen
android:key="container"