Skip to content
Snippets Groups Projects
Commit 5ade91be authored by Rambo Wang's avatar Rambo Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant TODO comment in TelephonySubscriptionTracker" into main

parents 8cb30a44 8e066d44
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,6 @@ public class TelephonySubscriptionTracker extends BroadcastReceiver {
registerCarrierPrivilegesCallbacks();
}
// TODO(b/221306368): Refactor with the new onCarrierServiceChange in the new CPCallback
private void registerCarrierPrivilegesCallbacks() {
final HandlerExecutor executor = new HandlerExecutor(mHandler);
final int modemCount = mTelephonyManager.getActiveModemCount();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment