summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2018-10-16 11:14:24 -0700
committerRaman Tenneti <rtenneti@google.com>2018-10-31 16:43:10 -0700
commit551499ec6d3878cd3dce99bebe08c4552d05c29c (patch)
treedf65984f398a79bfec7fe9a3e6293ffe08e4d72b /AndroidManifest.xml
parent7b051c6e9ef7922f08d9ebf664ac3087d5fa0552 (diff)
downloadandroid_packages_apps_Calendar-551499ec6d3878cd3dce99bebe08c4552d05c29c.tar.gz
android_packages_apps_Calendar-551499ec6d3878cd3dce99bebe08c4552d05c29c.tar.bz2
android_packages_apps_Calendar-551499ec6d3878cd3dce99bebe08c4552d05c29c.zip
AOSP/Calendar - Minimal calendar app.
+ Calendar UI shows day/week/month calendars. + Calendar can be scrolled different days/weeks/months + Clicking on day icon shows the today. + New events can not be created. + Fixed the tests so that they pass. + Deleted src/com/android/calendar/AbstractCalendarActivity.java and tested everything. Bug: 118760450 Bug: 118712914 Test: manual - Ran the following CTS tests on Pixel phone. Tested the calendar UI. $ adb shell am instrument -w com.android.calendar.tests com.android.calendar.FormatDateRangeTest:. com.android.calendar.UtilsTests:.................. com.android.calendar.WeekNumberTest:. com.android.calendar.widget.CalendarAppWidgetServiceTest:.. Test results for InstrumentationTestRunner=...................... Time: 0.315 OK (22 tests) + android.provider.cts.CalendarTest:................................ Time: 17.842 OK (32 tests) + android.content.cts.AvailableIntentsTest:................................. Time: 0.441 OK (33 tests) + com.android.cts.privilegedupdate.PrivilegedUpdateTest:... Time: 0.119 OK (3 tests) + android.permission2.cts.ProtectedBroadcastsTest:.. Time: 0.285 OK (2 tests) Change-Id: Ib6a3df46e46619248d2e45d71622109d3085eb64
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5673a3b5..e4d81143 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -130,40 +130,9 @@
</intent-filter>
</activity>
- <activity android:name=".selectcalendars.SelectVisibleCalendarsActivity"
- android:label="@string/select_visible_calendars_title"
- android:theme="@android:style/Theme.Holo.Light"/>
-
- <activity android:name=".selectcalendars.SelectSyncedCalendarsMultiAccountActivity"
- android:label="@string/select_synced_calendars_title"
- android:theme="@android:style/Theme.Holo.Light"/>
-
- <activity android:name="CalendarSettingsActivity" android:label="@string/preferences_title"
- android:theme="@android:style/Theme.Holo.Light"/>
-
<!-- Declarations for search -->
<!-- Make all activities a searchable context -->
- <meta-data android:name="android.app.default_searchable"
- android:value="com.android.calendar.SearchActivity"/>
-
- <activity android:name="SearchActivity" android:label="@string/search_title"
- android:launchMode="singleTop" android:theme="@style/CalendarTheme.WithActionBar"
- android:windowSoftInputMode="stateAlwaysHidden"
- android:exported="true">
- <intent-filter>
- <action android:name="android.intent.action.SEARCH"/>
- </intent-filter>
- <meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
- </activity>
-
- <provider android:name=".CalendarRecentSuggestionsProvider"
- android:exported="false"
- android:authorities="com.android.calendar.CalendarRecentSuggestionsProvider" />
-
<!-- Declarations for alerts/reminders -->
- <activity android:name=".alerts.AlertActivity" android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true" />
-
<activity android:name=".alerts.QuickResponseActivity" android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true"
android:label="@string/quick_response_dialog_title" />