Merge "Disabling switch preference when unknown sources are blocked" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8e7b655dc0
@@ -14,13 +14,17 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/install_other_apps">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="external_sources_settings_switch" />
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="external_sources_settings_switch"
|
||||
android:title="@string/external_source_switch_title" />
|
||||
|
||||
<Preference
|
||||
android:key="external_sources_settings_description"
|
||||
android:summary="@string/install_all_warning"
|
||||
android:selectable="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user