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

Commit a162f02f authored by Yorke Lee's avatar Yorke Lee
Browse files

Rename setDefaultDialerApplication for consistency

Change-Id: I8227df913bdb0ed5e1b3472f9d4ebea1158b366b
parent a818a46c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class DefaultDialerManager {
     *
     * @hide
     * */
    public static void setDefaultPhoneApplication(Context context, String packageName) {
    public static void setDefaultDialerApplication(Context context, String packageName) {
        // Get old package name
        String oldPackageName = Settings.Secure.getString(context.getContentResolver(),
                Settings.Secure.DIALER_DEFAULT_APPLICATION);