Commit c8abaf28 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

TargetApi of ShareActionProvider should be ICS.

bug:6706723
Change-Id: I8d82662c4bdd44f970cb93b9986208e5f4db3c31
parent 3000f70d
......@@ -179,7 +179,7 @@ public class MovieActivity extends Activity {
return true;
}
@TargetApi(ApiHelper.VERSION_CODES.JELLY_BEAN)
@TargetApi(ApiHelper.VERSION_CODES.ICE_CREAM_SANDWICH)
private void initializeShareActionProvider(Menu menu) {
if (!ApiHelper.HAS_SHARE_ACTION_PROVIDER) return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment