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

Commit d0922ed7 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Rename setDefaultDialerApplication for consistency" into mnc-dev

parents 25d12e3f a162f02f
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);