summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2014-06-27 17:25:35 -0700
committerJustin Klaassen <justinklaassen@google.com>2014-06-27 17:25:35 -0700
commit04f79c7a5f46f6c2cf07a164ce352ab54dfe7f47 (patch)
treeb9904e0b9ebe40aca33aa18c0127f0a047837d49 /AndroidManifest.xml
parent1bb7ce445c55b38f7b45d3b4adb5161cc43130e6 (diff)
downloadandroid_packages_apps_ExactCalculator-04f79c7a5f46f6c2cf07a164ce352ab54dfe7f47.tar.gz
android_packages_apps_ExactCalculator-04f79c7a5f46f6c2cf07a164ce352ab54dfe7f47.tar.bz2
android_packages_apps_ExactCalculator-04f79c7a5f46f6c2cf07a164ce352ab54dfe7f47.zip
Rename CalculatorActivity back to Calculator
Bug: 15907395 Change-Id: Idc3445230c541bdf50cc3b15187c0776010ccff3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6218374..3a03059 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,7 +25,7 @@
android:theme="@style/CalculatorTheme">
<activity
- android:name="com.android.calculator2.CalculatorActivity"
+ android:name=".Calculator"
android:label="@string/app_name"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>