Skip to content

Commit

Permalink
🧱 折叠屏功能
Browse files Browse the repository at this point in the history
  • Loading branch information
owliao committed Oct 26, 2023
1 parent be33d25 commit fe4f3b4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module_app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
android:name="org.apache.http.legacy"
android:required="false" />

<!-- 华为/oppo 折叠屏 -->
<meta-data android:name="EasyGoClient" android:value="true" />

<!--友盟-->
<!--移除友盟自带的关联启动-->
<service
Expand Down
27 changes: 27 additions & 0 deletions module_app/src/main/assets/easygo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"easyGoVersion": "1.0",
"client": "com.mredrock.cyxbs",
"logicEntities": [
{
"head": {
"function": "magicwindow",
"required": "true"
},
"body": {
"mode": "1",
"activityPairs": [
{
"from": "com.mredrock.cyxbs.main.ui.main.MainActivity",
"to": "*"
}
],
"transActivities": [],
"UX": {
"isDraggable": "false",
"showStatusBar": "true",
"supportDraggingToFullScreen": "true"
}
}
}
]
}

0 comments on commit fe4f3b4

Please sign in to comment.