Changeset View
Changeset View
Standalone View
Standalone View
AndroidManifest.xml
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | <application | ||||
| android:parentActivityName=".ActivityMain" | android:parentActivityName=".ActivityMain" | ||||
| android:theme="@style/FavTheme"> | android:theme="@style/FavTheme"> | ||||
| <!-- API < 16: --> | <!-- API < 16: --> | ||||
| <meta-data | <meta-data | ||||
| android:name="android.support.PARENT_ACTIVITY" | android:name="android.support.PARENT_ACTIVITY" | ||||
| android:value=".ActivityMain"/> | android:value=".ActivityMain"/> | ||||
| </activity> | </activity> | ||||
| <activity | |||||
| android:name=".ActivityMap" | |||||
| android:label="@string/title_activity_map" | |||||
| android:parentActivityName=".ActivityMain" | |||||
| android:theme="@style/MapTheme"> | |||||
| <!-- API < 16: --> | |||||
| <meta-data | |||||
| android:name="android.support.PARENT_ACTIVITY" | |||||
| android:value=".ActivityMain"/> | |||||
| </activity> | |||||
| <provider | <provider | ||||
| android:name=".middleware.AppDataProvider" | android:name=".middleware.AppDataProvider" | ||||
| android:authorities="it.reyboz.bustorino.provider" | android:authorities="it.reyboz.bustorino.provider" | ||||
| android:enabled="true" | android:enabled="true" | ||||
| android:exported="false"> | android:exported="false"> | ||||
| </provider> | </provider> | ||||
| Show All 21 Lines | |||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register