Settings: Remove needless dialogTitle attribute.
DropDownPreference has no dialog, and therefore no title. Remove to avoid confusion for future copy-pasters. Bug:16241745 Change-Id: I1130ed5d90b9b769294b64f02ddbf8f00fabe6b0
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
|
||||
<com.android.settings.notification.DropDownPreference
|
||||
android:key="sim_cellular_data"
|
||||
android:title="@string/cellular_data_title"
|
||||
android:dialogTitle="@string/cellular_data_title" />
|
||||
android:title="@string/cellular_data_title" />
|
||||
|
||||
<com.android.settings.notification.DropDownPreference
|
||||
android:key="sim_calls"
|
||||
@@ -36,8 +35,7 @@
|
||||
|
||||
<com.android.settings.notification.DropDownPreference
|
||||
android:key="sim_sms"
|
||||
android:title="@string/sms_messages_title"
|
||||
android:dialogTitle="@string/sms_messages_title" />
|
||||
android:title="@string/sms_messages_title" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user