Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Removed login activity launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 5, 2012
1 parent b2b508b commit c8cec36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions application/AndroidManifest.xml
Expand Up @@ -23,12 +23,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".activities.LoginScreenActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".activities.LoginScreenActivity" />
<activity android:name=".activities.BeerListActivity" android:label="@string/beerlist_title" />
<activity android:name=".activities.RegistrationScreenActivity" android:label="@string/registrationscreen_title" />
<activity android:name=".activities.AboutScreenActivity" android:label="@string/aboutscreen_activitytitle" />
Expand Down
Expand Up @@ -3,7 +3,6 @@
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
Expand Down

0 comments on commit c8cec36

Please sign in to comment.