I have compiled the sample TV Input for the STB platform. As per the readme under https://github.com/googlesamples/androidtv-sample-inputs when running live channels app, i am observing following exceptions and app is failing to launch
/ActivityManager( 2708): Start proc 3672:com.google.android.tv/u0a47 for service com.google.android.tv/.recommendation.NotificationService E/DatabaseUtils( 3462): Writing exception to parcel E/DatabaseUtils( 3462): java.lang.SecurityException: Access not allowed for content://android.media.tv/watched_program
The services RichTv and Simple are running in background. How to fix this exception?