Just to be extra super clear on this -- if you are doing stuff that is not
in the SDK, you can expect that your app will break at some point on future
versions, on different devices, etc.

Any case where you are using magic string constants or such, that isn't a
reference to a constant in the SDK, is almost certainly a case where you are
using internal implementation details.  Expect to break.

In this particular case, if there is no constant in the SDK for the string
"com.android.camera.action.CROP" then this is simply not a part of the SDK,
and has a chance of breaking in the future.

-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to