summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/store-android/AndroidManifest.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml b/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
index 4a26dd27c6..b89d86270a 100644
--- a/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
+++ b/branches/sca-java-1.x/samples/store-android/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
- <activity android:name=".catalog"
+ <activity android:name=".store"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />