diff options
author | Aurimas Liutikas <aurimas@google.com> | 2018-08-22 12:55:04 -0700 |
---|---|---|
committer | Aurimas Liutikas <aurimas@google.com> | 2018-08-22 13:13:07 -0700 |
commit | f0764b5c46ae69210baeed28d2523f7f26ff8811 (patch) | |
tree | 8de55088f845936e1f6c65a0db650c83f760fcbb /test-mock | |
parent | 78567088a85008825009df4d9b858e7e070e0a6d (diff) |
Deprecate Resources#getMovie()
Movie class has been deprecated, deprecate the getMovie as well.
Bug: 113054577
Test: None
Change-Id: Ic217adc002c7cfbe795e855689af1a58447b7d39
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/api/current.txt b/test-mock/api/current.txt index f3b253c0f460..fc9b4c6831e8 100644 --- a/test-mock/api/current.txt +++ b/test-mock/api/current.txt @@ -292,6 +292,7 @@ package android.test.mock { method public int getColor(int) throws android.content.res.Resources.NotFoundException; method public android.content.res.ColorStateList getColorStateList(int) throws android.content.res.Resources.NotFoundException; method public android.graphics.drawable.Drawable getDrawable(int) throws android.content.res.Resources.NotFoundException; + method public android.graphics.Movie getMovie(int) throws android.content.res.Resources.NotFoundException; method public void updateConfiguration(android.content.res.Configuration, android.util.DisplayMetrics); } |