Commit 0705b50c authored by jyx's avatar jyx

移除sdk占用权限

parent 44f53da4
...@@ -3,6 +3,20 @@ ...@@ -3,6 +3,20 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.mints.helivideo"> package="com.mints.helivideo">
<!-- 健康运动 -->
<uses-permission
android:name="android.permission.ACTIVITY_RECOGNITION"
tools:node="remove" />
<!-- 日历 -->
<uses-permission
android:name="android.permission.WRITE_CALENDAR"
tools:node="remove" />
<uses-permission
android:name="android.permission.READ_CALENDAR"
tools:node="remove" />
<!-- 业务使用权限 --> <!-- 业务使用权限 -->
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment