I am using Content Providers in Android for fetching data from rest API, and after upgrade to API level 26 I am getting "java.lang.SecurityException: Failed to find provider mobileservices.host.com for user 0; expected to find a valid ContentProvider for this authority".
It is not possible for me to replace the given Mechanism for handling rest API's due to app architecture.
It will be great if someone can help me with the way out.
Thanks in Advance.