修改分享框实现方式,为了和adas左侧1/3共存,使用window manager的方式,这种方式无法响应back键

This commit is contained in:
tongchenfei
2020-03-27 18:21:28 +08:00
parent c28ddf9200
commit b745879476
4 changed files with 222 additions and 165 deletions

View File

@@ -1,2 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.share" />
package="com.mogo.module.share" >
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
</manifest>