Loading AndroidManifest.xml +5 −8 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ <activity android:name=".picker.PickActivity" android:theme="@style/DocumentsTheme" android:icon="@drawable/picker_icon"> android:theme="@style/DocumentsTheme"> <intent-filter> <action android:name="android.intent.action.OPEN_DOCUMENT" /> <category android:name="android.intent.category.DEFAULT" /> Loading @@ -51,8 +50,8 @@ <activity android:name=".files.LauncherActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" android:label="@string/launcher_label" android:icon="@drawable/launcher_icon" android:theme="@android:style/Theme.NoDisplay"> </activity> Loading @@ -60,8 +59,8 @@ <activity-alias android:name=".Launcher" android:targetActivity=".files.LauncherActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" > android:label="@string/launcher_label" android:icon="@drawable/launcher_icon" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> Loading @@ -71,8 +70,6 @@ <activity android:name=".files.FilesActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" android:documentLaunchMode="intoExisting" android:theme="@style/DocumentsTheme"> <intent-filter> Loading res/values/drawables.xml +1 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,7 @@ <resources> <item name="app_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="files_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="picker_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="launcher_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="image_root_icon" type="drawable">@*android:drawable/ic_doc_image</item> <item name="video_root_icon" type="drawable">@*android:drawable/ic_doc_video</item> <item name="audio_root_icon" type="drawable">@*android:drawable/ic_doc_audio</item> Loading res/values/strings.xml +10 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,17 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Title of the Files application [CHAR LIMIT=32] --> <string name="files_label">Files</string> <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=32] --> <string name="downloads_label">Downloads</string> <!-- Title of the documents application [CHAR LIMIT=32] --> <string name="app_label">@string/files_label</string> <!-- Title of the documents application [CHAR LIMIT=32] --> <string name="app_label">Files</string> <string name="launcher_label">@string/files_label</string> <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] --> <string name="title_open">Open from</string> Loading Loading
AndroidManifest.xml +5 −8 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ <activity android:name=".picker.PickActivity" android:theme="@style/DocumentsTheme" android:icon="@drawable/picker_icon"> android:theme="@style/DocumentsTheme"> <intent-filter> <action android:name="android.intent.action.OPEN_DOCUMENT" /> <category android:name="android.intent.category.DEFAULT" /> Loading @@ -51,8 +50,8 @@ <activity android:name=".files.LauncherActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" android:label="@string/launcher_label" android:icon="@drawable/launcher_icon" android:theme="@android:style/Theme.NoDisplay"> </activity> Loading @@ -60,8 +59,8 @@ <activity-alias android:name=".Launcher" android:targetActivity=".files.LauncherActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" > android:label="@string/launcher_label" android:icon="@drawable/launcher_icon" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> Loading @@ -71,8 +70,6 @@ <activity android:name=".files.FilesActivity" android:label="@string/app_label" android:icon="@drawable/files_icon" android:documentLaunchMode="intoExisting" android:theme="@style/DocumentsTheme"> <intent-filter> Loading
res/values/drawables.xml +1 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,7 @@ <resources> <item name="app_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="files_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="picker_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="launcher_icon" type="drawable">@mipmap/ic_app_icon</item> <item name="image_root_icon" type="drawable">@*android:drawable/ic_doc_image</item> <item name="video_root_icon" type="drawable">@*android:drawable/ic_doc_video</item> <item name="audio_root_icon" type="drawable">@*android:drawable/ic_doc_audio</item> Loading
res/values/strings.xml +10 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,17 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Title of the Files application [CHAR LIMIT=32] --> <string name="files_label">Files</string> <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=32] --> <string name="downloads_label">Downloads</string> <!-- Title of the documents application [CHAR LIMIT=32] --> <string name="app_label">@string/files_label</string> <!-- Title of the documents application [CHAR LIMIT=32] --> <string name="app_label">Files</string> <string name="launcher_label">@string/files_label</string> <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] --> <string name="title_open">Open from</string> Loading