Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Gallery2
Commits
c8abaf28
Commit
c8abaf28
authored
12 years ago
by
Wu-cheng Li
Browse files
Options
Download
Email Patches
Plain Diff
TargetApi of ShareActionProvider should be ICS.
bug:6706723 Change-Id: I8d82662c4bdd44f970cb93b9986208e5f4db3c31
parent
3000f70d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/android/gallery3d/app/MovieActivity.java
src/com/android/gallery3d/app/MovieActivity.java
+1
-1
No files found.
src/com/android/gallery3d/app/MovieActivity.java
View file @
c8abaf28
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment