Changeset View
Changeset View
Standalone View
Standalone View
AndroidManifest.xml
Show All 40 Lines | <application | ||||
android:name=".ActivityExperiments" | android:name=".ActivityExperiments" | ||||
android:label="@string/experiments" | android:label="@string/experiments" | ||||
android:theme="@style/MapTheme"> | android:theme="@style/MapTheme"> | ||||
</activity> | </activity> | ||||
<activity | <activity | ||||
android:name=".ActivityPrincipal" | android:name=".ActivityPrincipal" | ||||
android:label="@string/app_name" | android:label="@string/app_name" | ||||
android:screenOrientation="portrait" | android:screenOrientation="portrait" | ||||
android:windowSoftInputMode="adjustResize"> | android:windowSoftInputMode="adjustResize" | ||||
android:exported="true"> | |||||
<intent-filter> | <intent-filter> | ||||
<action android:name="android.intent.action.MAIN"/> | <action android:name="android.intent.action.MAIN"/> | ||||
<category android:name="android.intent.category.LAUNCHER"/> | <category android:name="android.intent.category.LAUNCHER"/> | ||||
</intent-filter> | </intent-filter> | ||||
<intent-filter> | <intent-filter> | ||||
<action android:name="android.intent.action.VIEW"/> | <action android:name="android.intent.action.VIEW"/> | ||||
▲ Show 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | <application | ||||
android:theme="@style/AppTheme"> | android:theme="@style/AppTheme"> | ||||
<meta-data | <meta-data | ||||
android:name="android.support.PARENT_ACTIVITY" | android:name="android.support.PARENT_ACTIVITY" | ||||
android:value="it.reyboz.bustorino.ActivityPrincipal"/> | android:value="it.reyboz.bustorino.ActivityPrincipal"/> | ||||
</activity> | </activity> | ||||
</application> | </application> | ||||
</manifest> | </manifest> | ||||
No newline at end of file | No newline at end of file |
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