mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-16 17:18:21 +00:00
11 lines
467 B
XML
11 lines
467 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.wm.shell.multivalenttests">
|
|
<application>
|
|
<activity android:name="com.android.wm.shell.bubbles.bar.BubbleBarAnimationHelperTest$TestActivity"
|
|
android:exported="true"/>
|
|
<activity android:name="com.android.wm.shell.bubbles.bar.BubbleBarMenuViewControllerTest$TestActivity"
|
|
android:exported="true"/>
|
|
</application>
|
|
</manifest>
|
|
|