Fixing incorrect method to launch mobile data plan app.
Bug: 77529772 Test: manual Change-Id: Id102cb11bcbcc94b139caff47195364e281850e3
This commit is contained in:
@@ -187,7 +187,7 @@ public class DataUsageSummaryPreference extends Preference {
|
||||
updateCarrierInfo(carrierInfo);
|
||||
if (mLaunchIntent != null) {
|
||||
launchButton.setOnClickListener((view) -> {
|
||||
getContext().sendBroadcast(mLaunchIntent);
|
||||
getContext().startActivity(mLaunchIntent);
|
||||
});
|
||||
launchButton.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user