Loading AndroidManifest.xml +6 −1 Original line number Diff line number Diff line Loading @@ -90,11 +90,16 @@ <category android:name="android.intent.category.DEFAULT" /> <data android:mimeType="vnd.android.document/directory" /> </intent-filter> </activity> <activity-alias android:name="ViewDownloadsActivity" android:targetActivity=".files.FilesActivity" android:enabled="@bool/handle_view_downloads_intent"> <intent-filter> <action android:name="android.intent.action.VIEW_DOWNLOADS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </activity-alias> <activity android:name=".OpenExternalDirectoryActivity" Loading res/values/config.xml +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ <bool name="show_documents_root">false</bool> <!-- Indicates if DocumentsUI should handle VIEW_DOWNLOADS Intent. on ARC++ devices, there exists another handler which handles VIEW_DOWNLOADS Intent. --> <bool name="handle_view_downloads_intent">true</bool> <!-- Indicates if search view is taking the whole toolbar space. On larger layouts we reduce this to an input-box adjacent to menu actions. --> <bool name="full_bar_search_view">true</bool> Loading Loading
AndroidManifest.xml +6 −1 Original line number Diff line number Diff line Loading @@ -90,11 +90,16 @@ <category android:name="android.intent.category.DEFAULT" /> <data android:mimeType="vnd.android.document/directory" /> </intent-filter> </activity> <activity-alias android:name="ViewDownloadsActivity" android:targetActivity=".files.FilesActivity" android:enabled="@bool/handle_view_downloads_intent"> <intent-filter> <action android:name="android.intent.action.VIEW_DOWNLOADS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </activity-alias> <activity android:name=".OpenExternalDirectoryActivity" Loading
res/values/config.xml +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ <bool name="show_documents_root">false</bool> <!-- Indicates if DocumentsUI should handle VIEW_DOWNLOADS Intent. on ARC++ devices, there exists another handler which handles VIEW_DOWNLOADS Intent. --> <bool name="handle_view_downloads_intent">true</bool> <!-- Indicates if search view is taking the whole toolbar space. On larger layouts we reduce this to an input-box adjacent to menu actions. --> <bool name="full_bar_search_view">true</bool> Loading