融云调用图片,通讯录和语音异常

来源:互联网 发布:svm算法推荐 编辑:程序博客网 时间:2024/04/30 11:08

一般情况直接升级android v4版本即可

还有调用语音异常的情况demo 中是这样的、

 <activity
            android:name="io.rong.voipkit.activity.CallSideActivity"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />

                <data
                    android:host="io.rong.app"
                    android:pathPrefix="/VoIPCall"
                    android:scheme="rong" />
            </intent-filter>
        </activity>

记得将 android:host="io.rong.app"改成自己的包名 android:host="自己的工程包名"即可



0 0
原创粉丝点击