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

Unified Diff: webrtc/tools/network_tester/androidapp/AndroidManifest.xml

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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
Index: webrtc/tools/network_tester/androidapp/AndroidManifest.xml
diff --git a/webrtc/tools/network_tester/androidapp/AndroidManifest.xml b/webrtc/tools/network_tester/androidapp/AndroidManifest.xml
deleted file mode 100755
index f391063f6d46e1a0f2bb430256146f97f5d4b499..0000000000000000000000000000000000000000
--- a/webrtc/tools/network_tester/androidapp/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.media.networktester" >
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-sdk android:minSdkVersion="17"
- android:targetSdkVersion="24"
- android:maxSdkVersion="24" />
- <application
- android:allowBackup="true"
- android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
- android:supportsRtl="true"
- android:theme="@style/AppTheme" >
- <activity android:name=".MainActivity" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-</manifest>
« no previous file with comments | « webrtc/tools/network_tester/BUILD.gn ('k') | webrtc/tools/network_tester/androidapp/res/layout/activity_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698