ExtendedCalendarView
ExtendedCalendarView copied to clipboard
Runtime Error while implementing this library to my project.
Error msg: java.lang.SecurityException: Permission Denial: opening provider com.tyczj.extendedcalendarview.CalendarProvider from ProcessRecord{38c10969 7019:com.noroc.binge.debug/u0a267} (pid=7019, uid=10267) requires signature or signature
This issue was already opened and closed years before but itseems that neither of the solutions provided were really working. Please provide a working solution.
Solutions tried:
- Tried removing exported tag in AndroidManifest.xml -- din't work. 2.Tried changing calendarprovider to Calendarprovider (Uppercase C) under authorities tag in AndroidManifest.xml -- din't work.
Error occured in Day.java, Line:122 -- first line of doInBackground.
why there is no answer??