Starting to add a filepicker to the directory preferences
This commit is contained in:
parent
66e88829dd
commit
45be3fb0e8
3 changed files with 53 additions and 3 deletions
|
|
@ -137,5 +137,12 @@
|
|||
<service
|
||||
android:name="us.shandian.giga.service.DownloadManagerService"/>
|
||||
|
||||
<activity
|
||||
android:name="com.nononsenseapps.filepicker.FilePickerActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/FilePickerTheme"
|
||||
android:launchMode="singleTask">
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue