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

Commit 5e4b0843 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am d0922ed7: Merge "Rename setDefaultDialerApplication for consistency" into mnc-dev

* commit 'd0922ed7':
  Rename setDefaultDialerApplication for consistency
parents 452304f7 d0922ed7
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);