Deprecate Resources#getMovie()

Movie class has been deprecated, deprecate the getMovie as well.

Bug: 113054577
Test: None
Change-Id: Ic217adc002c7cfbe795e855689af1a58447b7d39
diff --git a/test-mock/api/current.txt b/test-mock/api/current.txt
index f3b253c..fc9b4c6 100644
--- a/test-mock/api/current.txt
+++ b/test-mock/api/current.txt
@@ -292,6 +292,7 @@
     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);
   }