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

Commit c54ac3e6 authored by Simon Wingrove's avatar Simon Wingrove Committed by Presubmit Automerger Backend
Browse files

[automerge] Allow ActivityEmbedding in APEX modules. 2p: a4156b6f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20188789

Bug: 253394518
Change-Id: I63512f534d83d41d534e6f34a283059aa71209d4
parents 81f938b3 a4156b6f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,4 +26,9 @@ android_library {
        "androidx.window.extensions",
        "androidx.window.sidecar",
    ],

    apex_available: [
        "//apex_available:platform",
        "com.android.permission",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    <uses-sdk android:minSdkVersion="21" />

    <application>
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
    </application>