we are doing some tests to anticipate the compatibility of our app with Android V8 and got the problem:
java.lang.RuntimeException: Unable to start service org.abtollc.service.ABTOSipService@1eea1f8 with Intent { act=org.abtollc.service.ABTOSipService cmp=com.comten/org.abtollc.service.ABTOSipService (has extras) }: java.lang.SecurityException: Failed to find provider org.abtollc.db for user 0; expected to find a valid ContentProvider for this authority
Hi we just test on a physical Android 8.0 device and did not get a parse error. In the abto lsdk they provide and sample apk, maybe try that and see if it installs without the parse error.
We will try... for now, as the Samsung S8 isn't our, we can't just send to the user a test sample and ask to him to install. Maybe something in manifest, as it is an update legacy from previous versions of our app, is conflicting. But we will need the device in our labs to confirm. As soon as we have an update I will post here - could be usefull for the community.
We will try... for now, as the Samsung S8 isn't our, we can't just send to the user a test sample and ask to him to install. Maybe something in manifest, as it is an update legacy from previous versions of our app, is conflicting. But we will need the device in our labs to confirm. As soon as we have an update I will post here - could be usefull for the community.
Thanks! I really think that it's something related to the #HUGE# manifest required by ABTO SDK and many other libraries those we use in the app, but like I told you for now we don't have a physical S8 to test... so, it's not possible to do the compile-test-compile-test again routine required for a debug. I will use the article that you indicated as reference as soon as I have a S8 in lab... soon I hope.