registration failed in above 26 devices?
Opened this issue · 3 comments
raviteja74 commented
registration failed in above 26 devices?
GeorgeMina commented
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
<provider
android:name="org.abtollc.db.DBProvider"
android:authorities="org.abtollc.db"
android:enabled="true"
android:exported="false" />
aliakbarRashidi commented
<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.