Loading res/values/donottranslate_config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ --> <bool name="config_show_group_action_in_action_bar">false</bool> <!-- configuration for show location --> <bool name="config_show_location">true</bool> <!-- Help URL pointing to main TOC for People. This is intentionally empty because the overlay will fill this in during build time. --> <string name="help_url_people_main"></string> Loading src/com/android/contacts/activities/MultiPickContactActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -1370,8 +1370,10 @@ public class MultiPickContactActivity extends ListActivity implements numberLabel = Phone.getDisplayLabel(context, callerNumberType, callerNumberLabel); } else { if (context.getResources().getBoolean(R.bool.config_show_location)) { numberLabel = geocodedLocation; } } numberLabelText.setText(numberLabel); numberLabelText.setVisibility(TextUtils.isEmpty(numberLabel) ? View.GONE : View.VISIBLE); Loading Loading
res/values/donottranslate_config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ --> <bool name="config_show_group_action_in_action_bar">false</bool> <!-- configuration for show location --> <bool name="config_show_location">true</bool> <!-- Help URL pointing to main TOC for People. This is intentionally empty because the overlay will fill this in during build time. --> <string name="help_url_people_main"></string> Loading
src/com/android/contacts/activities/MultiPickContactActivity.java +3 −1 Original line number Diff line number Diff line Loading @@ -1370,8 +1370,10 @@ public class MultiPickContactActivity extends ListActivity implements numberLabel = Phone.getDisplayLabel(context, callerNumberType, callerNumberLabel); } else { if (context.getResources().getBoolean(R.bool.config_show_location)) { numberLabel = geocodedLocation; } } numberLabelText.setText(numberLabel); numberLabelText.setVisibility(TextUtils.isEmpty(numberLabel) ? View.GONE : View.VISIBLE); Loading