diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-06-01 19:33:32 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-06-02 13:03:16 +0800 |
commit | b653f90f33c6f9e6b48dfab018dece9dd021a476 (patch) | |
tree | a9001c78ac9fb1bcffa30952b67284cae586c191 /res/values | |
parent | 565664f274abbe19b3a04962711d33868541a3da (diff) | |
download | LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.zip LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.tar.gz LegacyCamera-b653f90f33c6f9e6b48dfab018dece9dd021a476.tar.bz2 |
Issue 1860338: Remove the video size check for "share".
So the receiving end applications can queue the video to MediaUploader.
This is basically a revert of perforce CL 137817.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml deleted file mode 100644 index 3b4fc91..0000000 --- a/res/values/attrs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <declare-styleable name="CameraState"> - <attr name="state_restricted" format="boolean" /> - </declare-styleable> -</resources> |