Loading src/com/android/settings/network/telephony/SatelliteSetting.java +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ public class SatelliteSetting extends RestrictedDashboardFragment { /* In case satellite is allowed by carrier's entitlement server, the page will show the check icon with guidance that satellite is included in user's mobile plan */ preference.setTitle(R.string.title_have_satellite_plan); icon = getResources().getDrawable(R.drawable.ic_check_circle_24px); icon = getContext().getDrawable(R.drawable.ic_check_circle_24px); } else { /* Or, it will show the blocked icon with the guidance that satellite is not included in user's mobile plan */ Loading Loading
src/com/android/settings/network/telephony/SatelliteSetting.java +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ public class SatelliteSetting extends RestrictedDashboardFragment { /* In case satellite is allowed by carrier's entitlement server, the page will show the check icon with guidance that satellite is included in user's mobile plan */ preference.setTitle(R.string.title_have_satellite_plan); icon = getResources().getDrawable(R.drawable.ic_check_circle_24px); icon = getContext().getDrawable(R.drawable.ic_check_circle_24px); } else { /* Or, it will show the blocked icon with the guidance that satellite is not included in user's mobile plan */ Loading