diff options
| author | 2015-02-03 12:39:35 -0800 | |
|---|---|---|
| committer | 2015-02-03 12:39:35 -0800 | |
| commit | 338a29a64f50300817c21c4366e60df33933c9d2 (patch) | |
| tree | 4c34425b7cee385d699eb14f4db54c8f99b8e316 | |
| parent | 35fa2bc2e4debee1434bd784209895472ecd174f (diff) | |
TIF: Add a comment to remove padding around the channel logo image
Bug: 19066924
Change-Id: Ibb1efb945550028be4106ead826b1e152e488c92
| -rw-r--r-- | media/java/android/media/tv/TvContract.java | 5 |
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 5b922664e15e..bc9722e264b4 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> |