1

I want to backport a JellyBean 4.1 API to 4.0 for my app. And that would much harder if the source is not in Java.

Where I can check out that?

To be specific, I want to backport this api Accessibility Service

2 Answers 2

1

AccessibilityService's implementation is not a framework class (e.g., Activity), but part of the core OS. You cannot backport it for an app the way that, say, ActionBarSherlock backported the action bar.

Sign up to request clarification or add additional context in comments.

Comments

0

Why not just look at the Jelly Bean source code? http://source.android.com/source/index.html

1 Comment

I would if I can read them online. I don't want to download it at the moment considering my network access speed

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.