Loading res/xml/development_prefs.xml +36 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,42 @@ android:key="bluetooth_disable_absolute_volume" android:title="@string/bluetooth_disable_absolute_volume" android:summary="@string/bluetooth_disable_absolute_volume_summary"/> <ListPreference android:key="bluetooth_select_a2dp_codec" android:title="@string/bluetooth_select_a2dp_codec_type" android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title" android:entries="@array/bluetooth_a2dp_codec_titles" android:entryValues="@array/bluetooth_a2dp_codec_values" /> <ListPreference android:key="bluetooth_select_a2dp_sample_rate" android:title="@string/bluetooth_select_a2dp_codec_sample_rate" android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title" android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles" android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" /> <ListPreference android:key="bluetooth_select_a2dp_bits_per_sample" android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample" android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title" android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles" android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" /> <ListPreference android:key="bluetooth_select_a2dp_channel_mode" android:title="@string/bluetooth_select_a2dp_codec_channel_mode" android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title" android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles" android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" /> <ListPreference android:key="bluetooth_select_a2dp_ldac_playback_quality" android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality" android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title" android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles" android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" /> </PreferenceCategory> <PreferenceCategory android:key="debug_input_category" Loading src/com/android/settings/DevelopmentSettings.java +432 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
res/xml/development_prefs.xml +36 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,42 @@ android:key="bluetooth_disable_absolute_volume" android:title="@string/bluetooth_disable_absolute_volume" android:summary="@string/bluetooth_disable_absolute_volume_summary"/> <ListPreference android:key="bluetooth_select_a2dp_codec" android:title="@string/bluetooth_select_a2dp_codec_type" android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title" android:entries="@array/bluetooth_a2dp_codec_titles" android:entryValues="@array/bluetooth_a2dp_codec_values" /> <ListPreference android:key="bluetooth_select_a2dp_sample_rate" android:title="@string/bluetooth_select_a2dp_codec_sample_rate" android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title" android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles" android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" /> <ListPreference android:key="bluetooth_select_a2dp_bits_per_sample" android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample" android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title" android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles" android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" /> <ListPreference android:key="bluetooth_select_a2dp_channel_mode" android:title="@string/bluetooth_select_a2dp_codec_channel_mode" android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title" android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles" android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" /> <ListPreference android:key="bluetooth_select_a2dp_ldac_playback_quality" android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality" android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title" android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles" android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" /> </PreferenceCategory> <PreferenceCategory android:key="debug_input_category" Loading
src/com/android/settings/DevelopmentSettings.java +432 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes