Loading packages/CarrierDefaultApp/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ <!-- Telephony notification channel name for performance boost notifications. --> <string name="performance_boost_notification_channel">Performance boost</string> <!-- Notification title text for the performance boost notification. --> <string name="performance_boost_notification_title">Improve your 5G experience</string> <string name="performance_boost_notification_title">Improve your app experience</string> <!-- Notification detail text for the performance boost notification. --> <string name="performance_boost_notification_detail">%1$s recommends buying a performance boost plan. Tap to buy through %2$s.</string> <string name="performance_boost_notification_detail">Tap to visit %s\'s website and learn more.</string> <!-- Notification button text to cancel the performance boost notification. --> <string name="performance_boost_notification_button_not_now">Not now</string> <!-- Notification button text to manage the performance boost notification. --> Loading packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/SlicePurchaseBroadcastReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ public class SlicePurchaseBroadcastReceiver extends BroadcastReceiver{ .setContentTitle(res.getString( R.string.performance_boost_notification_title)) .setContentText(String.format(res.getString( R.string.performance_boost_notification_detail), carrier, carrier)) R.string.performance_boost_notification_detail), carrier)) .setSmallIcon(R.drawable.ic_performance_boost) .setContentIntent(createContentIntent(context, intent, 1)) .setDeleteIntent(intent.getParcelableExtra( Loading Loading
packages/CarrierDefaultApp/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ <!-- Telephony notification channel name for performance boost notifications. --> <string name="performance_boost_notification_channel">Performance boost</string> <!-- Notification title text for the performance boost notification. --> <string name="performance_boost_notification_title">Improve your 5G experience</string> <string name="performance_boost_notification_title">Improve your app experience</string> <!-- Notification detail text for the performance boost notification. --> <string name="performance_boost_notification_detail">%1$s recommends buying a performance boost plan. Tap to buy through %2$s.</string> <string name="performance_boost_notification_detail">Tap to visit %s\'s website and learn more.</string> <!-- Notification button text to cancel the performance boost notification. --> <string name="performance_boost_notification_button_not_now">Not now</string> <!-- Notification button text to manage the performance boost notification. --> Loading
packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/SlicePurchaseBroadcastReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ public class SlicePurchaseBroadcastReceiver extends BroadcastReceiver{ .setContentTitle(res.getString( R.string.performance_boost_notification_title)) .setContentText(String.format(res.getString( R.string.performance_boost_notification_detail), carrier, carrier)) R.string.performance_boost_notification_detail), carrier)) .setSmallIcon(R.drawable.ic_performance_boost) .setContentIntent(createContentIntent(context, intent, 1)) .setDeleteIntent(intent.getParcelableExtra( Loading