Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: chromecast/shell/android/apk/AndroidManifest.xml

Issue 615923003: Chromecast: removes android:permission="INTERNET" from manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/android/apk/AndroidManifest.xml
diff --git a/chromecast/shell/android/apk/AndroidManifest.xml b/chromecast/shell/android/apk/AndroidManifest.xml
index 63ad17c99ec06d39e1c904777e99642724b689b0..8084f8feaf1106608b256dc19ec67164ab293bda 100644
--- a/chromecast/shell/android/apk/AndroidManifest.xml
+++ b/chromecast/shell/android/apk/AndroidManifest.xml
@@ -21,8 +21,7 @@
android:taskAffinity=".CastShellActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:excludeFromRecents="true"
- android:noHistory="true"
- android:permission="android.permission.INTERNET">
+ android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698