am a49ab110: Merge "Make convertToTranslucent a public method in Activity" into lmp-preview-dev

* commit 'a49ab11049339155c156e0f58bb076396695be75':
  Make convertToTranslucent a public method in Activity
This commit is contained in:
Jose Lima
2014-06-11 17:02:13 +00:00
committed by Android Git Automerger

View File

@@ -5326,7 +5326,8 @@ public class Activity extends ContextThemeWrapper
*
* @hide
*/
void convertToTranslucent(TranslucentConversionListener callback, ActivityOptions options) {
public void convertToTranslucent(TranslucentConversionListener callback,
ActivityOptions options) {
boolean drawComplete;
try {
mTranslucentCallback = callback;