summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-02-03 22:48:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-03 22:48:27 +0000
commit08c010421a662341cad60f3c381d8f3a82edd4f6 (patch)
treeb7b6e2ac995b5324840910d142f6ad74ea319c80 /media
parent635f9410e7d33fa93497822142989338c895090a (diff)
parent338a29a64f50300817c21c4366e60df33933c9d2 (diff)
downloadframeworks_base-08c010421a662341cad60f3c381d8f3a82edd4f6.zip
frameworks_base-08c010421a662341cad60f3c381d8f3a82edd4f6.tar.gz
frameworks_base-08c010421a662341cad60f3c381d8f3a82edd4f6.tar.bz2
Merge "TIF: Add a comment to remove padding around the channel logo image"
Diffstat (limited to 'media')
-rw-r--r--media/java/android/media/tv/TvContract.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/media/java/android/media/tv/TvContract.java b/media/java/android/media/tv/TvContract.java
index 5b92266..bc9722e 100644
--- a/media/java/android/media/tv/TvContract.java
+++ b/media/java/android/media/tv/TvContract.java
@@ -756,8 +756,9 @@ public final class TvContract {
* </p><p>
* Note that this sub-directory also supports opening the logo as an asset file in write
* mode. Callers can create or replace the primary logo associated with this channel by
- * opening the asset file and writing the full-size photo contents into it. When the file
- * is closed, the image will be parsed, sized down if necessary, and stored.
+ * opening the asset file and writing the full-size photo contents into it. (Make sure there
+ * is no padding around the logo image.) When the file is closed, the image will be parsed,
+ * sized down if necessary, and stored.
* </p><p>
* Usage example:
* <pre>