Hi,
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
How can I fix it? It's working on Android V7!
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
How can I fix it? It's working on Android V7!