What if the result is not OK,
What can I use instead for RESULT_OK when the result is not oK?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RESULT_CANCELED, if it was canceled, or any other value you fancy (as long as it isRESULT_FIRST_USERor higher). The activity retrieving that value will need to understand your custom value.