OSDN Git Service

Switch Calendar to new FastTrack API.
[android-x86/packages-apps-Calendar.git] / AndroidManifest.xml
index 8805d4c..7e18d54 100644 (file)
@@ -39,8 +39,7 @@
         <uses-library android:name="android.test.runner" />
 
         <activity android:name="LaunchActivity"
-            android:theme="@android:style/Theme.Light"
-            android:clearTaskOnLaunch="true">
+            android:theme="@android:style/Theme.Light">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.DEFAULT" />
@@ -80,7 +79,7 @@
             </intent-filter>
         </activity>
 
-        <activity android:name="GoogleCalendarUriIntentFilter" android:label="@string/event_info_title"
+        <activity android:name="GoogleCalendarUriIntentFilter" android:label="@string/app_label"
             android:theme="@android:style/Theme.Light"
             android:configChanges="orientation|keyboardHidden">