android.permission.CAMERA
We are planning to add user registration, and this permission is used to take a picture for users as their header images.
This function has not openned now, and it is a mistake to add this permission. So we have removed it on version 119.
android.permission.READ_PHONE_STATE
This permission is used on 'User preference collection' module, which collects every function's usage of each user. And we could improve my app by user's preference.
android.permission.CAMERA
我们欲加入用户注册功能,需要此权限调用摄像头,让用户拍照上传自己的照片作为头像。目前此功能暂未开放,此权限属于误加,已于119版本去掉此权限。
android.permission.READ_PHONE_STATE
此权限用于在信息收集时区分不同的用户(设备),信息收集功能主要是收集用户对应用内功能的使用信息,以便根据用户喜好程度来改进我们的应用。