Do not make the Local Repo activity a launcher icon

This commit is contained in:
Daniel Martí 2014-05-11 10:45:34 +02:00
parent 6a4b323d06
commit e82690f324

View File

@ -191,11 +191,6 @@
android:launchMode="singleTop"
android:parentActivityName=".FDroid"
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".views.SelectLocalAppsActivity"