Settings: Add a hook for operator or vendor specific settings.
The Settings application now provides a hook that can be used by an operator or a vendor specific application to add an activity of choice in the settings menu. Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
This commit is contained in:
committed by
Johan Redestig
parent
3514cdc3b0
commit
b2dd90383b
@@ -20,6 +20,20 @@
|
||||
android:title="@string/settings_label"
|
||||
android:key="parent">
|
||||
|
||||
<!-- Operator hook -->
|
||||
|
||||
<com.android.settings.IconPreferenceScreen
|
||||
android:key="operator_settings">
|
||||
<intent android:action="com.android.settings.OPERATOR_APPLICATION_SETTING" />
|
||||
</com.android.settings.IconPreferenceScreen>
|
||||
|
||||
<!-- Manufacturer hook -->
|
||||
|
||||
<com.android.settings.IconPreferenceScreen
|
||||
android:key="manufacturer_settings">
|
||||
<intent android:action="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
|
||||
</com.android.settings.IconPreferenceScreen>
|
||||
|
||||
<com.android.settings.IconPreferenceScreen
|
||||
android:title="@string/radio_controls_title"
|
||||
settings:icon="@drawable/ic_settings_wireless">
|
||||
|
Reference in New Issue
Block a user