Merge changes from topic "b253394518-back-button"
* changes:
[automerge] Allow ActivityEmbedding in APEX modules. 2p: a4156b6f4d
Allow ActivityEmbedding in APEX modules.
This commit is contained in:
committed by
Android (Google) Code Review
commit
4dffd5e723
@@ -26,4 +26,9 @@ android_library {
|
||||
"androidx.window.extensions",
|
||||
"androidx.window.sidecar",
|
||||
],
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.permission",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user