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

Commit f97d8ac0 authored by Rohit Goyal's avatar Rohit Goyal
Browse files

Prefix PromiseIconUiTest with Tapl in AndroidManifest.xml for archiving.

* Archiving test for promise icons use a broadcast receiver.
* Due to recent class identifier change, manifest entry for the receiver was invalidated. This cl attempts to fix the breakage.

Test: atest TaplPromiseIconUiTest.java
Bug: 319240622
Flag: ACONFIG com.android.launcher3.enable_support_for_archiving DEVELOPMENT
Change-Id: I061278d6cc3f49c579575a1af49ffe53770fd790
parent 77a7bf2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <application android:debuggable="true">
        <uses-library android:name="android.test.runner" />

        <receiver android:name="com.android.launcher3.compat.PromiseIconUiTest$UnarchiveBroadcastReceiver"
        <receiver android:name="com.android.launcher3.compat.TaplPromiseIconUiTest$UnarchiveBroadcastReceiver"
                  android:enabled="true"
                  android:exported="true">
            <intent-filter>