add action for downloads menu item
This commit is contained in:
parent
466ba93750
commit
239ef1c238
3 changed files with 4 additions and 14 deletions
|
|
@ -126,23 +126,12 @@
|
|||
android:theme="@android:style/Theme.NoDisplay" />
|
||||
<activity android:name=".ErrorActivity"/>
|
||||
|
||||
<!-- giga get related -->
|
||||
<activity
|
||||
android:name=".download.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme"
|
||||
android:launchMode="singleTask">
|
||||
<intent-filter>
|
||||
<action android:name="us.shandian.giga.intent.DOWNLOAD"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data
|
||||
android:mimeType="application/*"
|
||||
android:host="*"
|
||||
android:scheme="http"/>
|
||||
<data
|
||||
android:mimeType="application/*"
|
||||
android:host="*"
|
||||
android:scheme="https"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue