Re-organize classes to be a bit more organized

Change-Id: Ie3500c4520a09be28f1856447e66265dd499a680
GitHub: https://github.com/wikimedia/apps-android-commons/pull/36
This commit is contained in:
YuviPanda 2013-07-23 13:46:53 +00:00 committed by SuchABot
parent 3bab3be4a0
commit bbf5e5af68
11 changed files with 42 additions and 20 deletions

View file

@ -39,7 +39,7 @@
android:theme="@style/NoTitle" >
</activity>
<activity
android:name=".ShareActivity"
android:name=".upload.ShareActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
>
@ -53,7 +53,7 @@
</intent-filter>
</activity>
<activity
android:name=".MultipleShareActivity"
android:name=".upload.MultipleShareActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
>
@ -82,7 +82,7 @@
android:label="@string/title_activity_settings"
/>
<activity android:name=".AboutActivity" android:label="@string/title_activity_about"/>
<service android:name="UploadService" >
<service android:name=".upload.UploadService" >
</service>
<service
android:name=".auth.WikiAccountAuthenticatorService"