Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WrapActionBar.java #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lilicoding
Copy link

Suppress compilation errors given by Android studio due to several invocations of Android APIs that are not yet existing in API level 9 (the minimum supported SDK version). For example, getActionBar(), setShowAsAction(), setDisplayHomeAsUpEnabled() are only interested in API Level 11, setHomeButtonEnabled() is introduced in API level 14.

Suppress compilation errors given by Android studio due to several invocations of Android APIs that are not yet existing in API level 9 (the minimum supported SDK version). For example, getActionBar(), setShowAsAction(), setDisplayHomeAsUpEnabled() are only interested in API Level 11, setHomeButtonEnabled() is introduced in API level 14.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant