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

Commit df878e1d authored by Jakob Schneider's avatar Jakob Schneider Committed by Android (Google) Code Review
Browse files

Merge "Rename intent to fix test." into main

parents 65c34d6b f77d6782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@
                  android:noHistory="true"
                  android:exported="true">
            <intent-filter android:priority="1">
                <action android:name="android.intent.action.UNARCHIVE_DIALOG" />
                <action android:name="com.android.intent.action.UNARCHIVE_DIALOG" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@
    },
    {
      "name": "PackageInstallerTests"
    },
    {
      "name": "CtsIntentSignatureTestCases"
    }
  ]
}
+2 −1
Original line number Diff line number Diff line
@@ -116,7 +116,8 @@ public class PackageArchiver {

    private static final String ARCHIVE_ICONS_DIR = "package_archiver";

    private static final String ACTION_UNARCHIVE_DIALOG = "android.intent.action.UNARCHIVE_DIALOG";
    private static final String ACTION_UNARCHIVE_DIALOG =
            "com.android.intent.action.UNARCHIVE_DIALOG";

    private final Context mContext;
    private final PackageManagerService mPm;