diff --git a/onebusaway-android/src/main/AndroidManifest.xml b/onebusaway-android/src/main/AndroidManifest.xml
index 98ace5da4..79f7d7456 100644
--- a/onebusaway-android/src/main/AndroidManifest.xml
+++ b/onebusaway-android/src/main/AndroidManifest.xml
@@ -63,7 +63,8 @@
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -73,43 +74,49 @@
+ android:name="org.onebusaway.android.ui.HomeActivity"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.ArrivalsListActivity"
+ android:launchMode="singleTop"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="com.joulespersecond.seattlebusbot.ArrivalsListActivity"
+ android:launchMode="singleTop"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -117,16 +124,18 @@
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.MyStopsActivity"
+ android:label="@string/stop_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -134,52 +143,58 @@
+ android:name="com.joulespersecond.seattlebusbot.MyStopsActivity"
+ android:label="@string/stop_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.MyRecentStopsActivity"
+ android:label="@string/recent_stops_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.MyStarredStopsActivity"
+ android:label="@string/starred_stops_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.MyRoutesActivity"
+ android:label="@string/route_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="com.joulespersecond.seattlebusbot.MyRoutesActivity"
+ android:label="@string/route_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
+ android:name="org.onebusaway.android.ui.MyRecentRoutesActivity"
+ android:label="@string/recent_routes_shortcut"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -187,8 +202,8 @@
+ android:name="org.onebusaway.android.ui.PreferencesActivity"
+ android:parentActivityName="org.onebusaway.android.ui.HomeActivity">
@@ -200,10 +215,11 @@
+ android:name="org.onebusaway.android.ui.MyRecentStopsAndRoutesActivity"
+ android:label="@string/my_recent_title"
+ android:parentActivityName="org.onebusaway.android.ui.HomeActivity"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -214,11 +230,12 @@
android:value="org.onebusaway.android.ui.HomeActivity"/>
+ android:name="org.onebusaway.android.ui.NightLightActivity"
+ android:label="@string/stop_info_option_night_light"
+ android:parentActivityName="org.onebusaway.android.ui.HomeActivity"
+ android:screenOrientation="portrait"
+ android:exported="true"
+ android:configChanges="orientation|keyboardHidden|screenSize">
@@ -229,9 +246,9 @@
android:value="org.onebusaway.android.ui.HomeActivity"/>
+ android:name="org.onebusaway.android.ui.TripPlanActivity"
+ android:label="@string/title_activity_trip_plan"
+ android:parentActivityName="org.onebusaway.android.ui.HomeActivity">
@@ -253,8 +270,8 @@
android:authorities="${databaseAuthority}"/>
@@ -263,7 +280,7 @@
+ android:name=".directions.realtime.RealtimeService">