Renamed classes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:name="i2p.bote.MailListActivity"
|
||||
android:name="i2p.bote.EmailListActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop" >
|
||||
<intent-filter>
|
||||
@@ -25,10 +25,10 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name="i2p.bote.ViewEmailActivity"
|
||||
android:parentActivityName="i2p.bote.MailListActivity" />
|
||||
android:parentActivityName="i2p.bote.EmailListActivity" />
|
||||
<activity
|
||||
android:name="i2p.bote.SettingsActivity"
|
||||
android:parentActivityName="i2p.bote.MailListActivity" />
|
||||
android:parentActivityName="i2p.bote.EmailListActivity" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user