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

Unified Diff: samples/android_sample/AndroidManifest.xml

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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 | « dart.gyp ('k') | samples/android_sample/android_sample.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/android_sample/AndroidManifest.xml
diff --git a/samples/android_sample/AndroidManifest.xml b/samples/android_sample/AndroidManifest.xml
deleted file mode 100644
index 67861a3c1ad851bbcd391b7f5490ac918340da09..0000000000000000000000000000000000000000
--- a/samples/android_sample/AndroidManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.dartndk"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-feature android:glEsVersion="0x00020000" />
-
- <uses-sdk
- android:minSdkVersion="10"
- android:targetSdkVersion="16" />
-
- <application
- android:allowBackup="true"
- android:hasCode="true"
- android:debuggable="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name"
- android:theme="@style/AppTheme" >
- <activity
- android:name="DummyActivity"
- android:label="@string/app_name"
- android:screenOrientation="portrait"
- android:configChanges="keyboardHidden|orientation|screenSize" >
- <meta-data
- android:name="android.app.lib_name"
- android:value="android_embedder" />
- <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 | « dart.gyp ('k') | samples/android_sample/android_sample.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698