aminrahkan / SipApp

SipApp is a simple application to demonstrate how to create voice call android application based on sip server
43 stars 19 forks source link

registration failed in above 26 devices? #1

Open raviteja74 opened 5 years ago

GeorgeMina commented 5 years ago

I have the same problem with Android 9 (level 28 API's). Is there a newer version of the AbtoPhone Lib, or can I solve this error I'm getting because of it? "Failed to find valid ContentProvider for this authority."

shaik41 commented 5 years ago
<provider
            android:name="org.abtollc.db.DBProvider"
            android:authorities="org.abtollc.db"
            android:enabled="true"
            android:exported="false" />
aliakbarRashidi commented 4 years ago
<provider
          android:name="org.abtollc.db.DBProvider"
          android:authorities="org.abtollc.db"
          android:enabled="true"
          android:exported="false" />

thanks this works for me on android 10.