Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a307b774 authored by David Brown's avatar David Brown
Browse files

Add a tiny TODO comment about duplicated code.

Change-Id: I0a1a28a1f83ff0845ca4b4fdf176c8918d6d35a5
parent 381f1749
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@ import android.widget.Toast;
/**
 * Helper class to listen for some magic character sequences
 * that are handled specially by the dialer.
 *
 * TODO: there's lots of duplicated code between this class and the
 * corresponding class under apps/Phone.  Let's figure out a way to
 * unify these two classes (in the framework? in a common shared library?)
 */
public class SpecialCharSequenceMgr {
    private static final String TAG = "SpecialCharSequenceMgr";