seperating intent action constants into activities as it is best practice, restructering...
This commit is contained in:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user