Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Sep 24, 2015
Implicit intents (http://developer.android.com/guide/co...) could cause an ActivityNotFoundException if there’s no activity to handle the Intent you’ve created, whether it is from the user uninstalling or disabling the other apps, restricted profiles, or device administrator policies. Make sure you protect your implicit intents with a simple runtime check.