summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:17 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:17 -0800
commitb301ed2e1720fc9190eaf99ab33b5f49eabcebc5 (patch)
tree15975c5ed37b0d8a34f34628e8694e7094f7c042 /AndroidManifest.xml
parent852aa32e662b10b68ca4af100ef424b6229b07ac (diff)
downloadandroid_packages_apps_ExactCalculator-b301ed2e1720fc9190eaf99ab33b5f49eabcebc5.tar.gz
android_packages_apps_ExactCalculator-b301ed2e1720fc9190eaf99ab33b5f49eabcebc5.tar.bz2
android_packages_apps_ExactCalculator-b301ed2e1720fc9190eaf99ab33b5f49eabcebc5.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000..ce9063f
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.calculator2">
+ <application android:label="@string/app_name" android:icon="@drawable/icon">
+ <activity android:name="Calculator"
+ android:theme="@android:style/Theme.Black">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+</manifest>