make MapAct startable

itemized2sql
Georg Lukas 2010-12-14 17:08:54 +01:00
rodzic 7e426eda70
commit ce0586aac7
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,11 @@
</activity>
<activity android:name=".PrefsAct" android:label="@string/app_prefs" />
<activity android:name=".MapAct" android:label="@string/app_map"
android:theme="@android:style/Theme.NoTitleBar" />
android:theme="@android:style/Theme.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<service android:name=".AprsService">
<intent-filter>
<action android:name="de.duenndns.aprsdroid.SERVICE" />