|
|
@@ -10,7 +10,7 @@ public class GeneralConfig {
|
|
|
* 拍照和摄像功能是否使用系统自带相机
|
|
|
* Whether to use the built-in camera of the system to take photos and video
|
|
|
*/
|
|
|
- private boolean useSystemCamera = false;
|
|
|
+ private boolean useSystemCamera = true;
|
|
|
|
|
|
private boolean excludedFromUnreadCount;
|
|
|
private boolean excludedFromLastMessage;
|