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

Commit f77d6782 authored by Jakob Schneider's avatar Jakob Schneider
Browse files

Rename intent to fix test.

Bug: 312708649
Test: N/a
Change-Id: I2a44150740f3638d53c6d96a3696e365068f1497
parent d5be72c2
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;