add new architecture

This commit is contained in:
Christian Schabesberger 2016-08-02 01:26:12 +02:00
parent f34cacbc5c
commit 1170c508b4
3 changed files with 33 additions and 4 deletions

View file

@ -16,8 +16,9 @@
android:logo="@mipmap/ic_launcher"
android:theme="@style/AppTheme"
tools:ignore="AllowBackup">
<activity
android:name=".VideoItemListActivity"
android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -135,7 +136,7 @@
android:name=".download.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/AppTheme"></activity>
android:theme="@style/AppTheme" />
<service android:name="us.shandian.giga.service.DownloadManagerService" />
@ -143,11 +144,11 @@
android:name="com.nononsenseapps.filepicker.FilePickerActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/FilePickerTheme"></activity>
android:theme="@style/FilePickerTheme" />
<activity
android:name=".ChannelActivity"
android:label="@string/title_activity_channel"
android:theme="@style/AppTheme.NoActionBar"></activity>
android:theme="@style/AppTheme.NoActionBar" />
</application>
</manifest>