diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-04-26 16:54:55 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-05-01 17:44:42 -0700 |
commit | 9e0036ed7d3260d79cc5f9ffd8e3bbe760699924 (patch) | |
tree | 88ca52627f99558d18a29acb207bd15cec379ba4 /packages/DocumentsUI/res/values | |
parent | 9ecfee03fa188aebfbd9778b4e020323903495ee (diff) | |
download | frameworks_base-9e0036ed7d3260d79cc5f9ffd8e3bbe760699924.zip frameworks_base-9e0036ed7d3260d79cc5f9ffd8e3bbe760699924.tar.gz frameworks_base-9e0036ed7d3260d79cc5f9ffd8e3bbe760699924.tar.bz2 |
External storage provider, document picker UI.
Continuing to flesh out storage backends by adding an external
storage document backend. Still rough, but it can traverse files
and directories.
Early pass at OPEN/CREATE_DOC picker UI, which offers to traverse
any known storage backends. Supports opening subdirectories and
returning a picked file.
Change-Id: Idc3554036b3816a93d9b465ee8a620746859d2ae
Diffstat (limited to 'packages/DocumentsUI/res/values')
-rw-r--r-- | packages/DocumentsUI/res/values/strings.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/DocumentsUI/res/values/strings.xml b/packages/DocumentsUI/res/values/strings.xml new file mode 100644 index 0000000..89f6496 --- /dev/null +++ b/packages/DocumentsUI/res/values/strings.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <string name="app_label">Documents</string> +</resources> |