seperating intent action constants into activities as it is best practice, restructering...

This commit is contained in:
Dominik
2012-06-20 15:27:45 +03:00
parent e9c01957f4
commit c5ed6ce6f7
28 changed files with 391 additions and 340 deletions

View File

@@ -169,7 +169,7 @@
</intent-filter>
</activity>
<activity
android:name=".ui.GeneralActivity"
android:name=".deprecated.GeneralActivity"
android:configChanges="keyboardHidden|orientation|keyboard"
android:label="@string/app_name"
android:theme="@android:style/Theme.Dialog" >