Chromecast: removes android:permission="INTERNET" from manifest.

android:permission puts a restriction on launching the activity such
that the launching context must have INTERNET permission. This is
not true launching via "am" on non-rooted devices, and makes no sense
for the public CastShellApk.

R=byungchul@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/615923003

Cr-Commit-Position: refs/heads/master@{#297462}
1 file changed