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

Commit d6eed342 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add page id enum of dialog under Open by default page"

parents 7fabcb2a b189b04c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.settings.applications.intentpicker;
import static android.content.pm.verify.domain.DomainVerificationUserState.DOMAIN_STATE_NONE;

import android.app.Dialog;
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.content.DialogInterface;
import android.content.pm.verify.domain.DomainOwner;
@@ -113,7 +114,7 @@ public class ProgressDialogFragment extends InstrumentedDialogFragment {

    @Override
    public int getMetricsCategory() {
        return 0;
        return SettingsEnums.PROGRESS_DIALOG;
    }

    /**
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.settings.applications.intentpicker;

import android.app.Dialog;
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.content.pm.PackageManager;
import android.content.pm.verify.domain.DomainVerificationManager;
@@ -73,7 +74,7 @@ public class SupportedLinksDialogFragment extends InstrumentedDialogFragment {

    @Override
    public int getMetricsCategory() {
        return 0;
        return SettingsEnums.SUPPORTED_LINKS_DIALOG;
    }

    /** Display the dialog. */