Back to project page android_sdk.
The source code is released under:
GNU Lesser General Public License
If you think the Android project android_sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * Copyright (C) 2013 Spunk Media Pvt Ltd (www.qubecell.com) */// ww w .ja va 2s . co m package com.qubecell.constants; public class ApplicationActivities { public static final String QUBECELL_ACTIVITY = "qubecell"; public static final String RESULT_ACTIVITY = "result"; public static final String SELECT_OPERATOR_ACTIVITY = "selectOperator"; public static final String VALIDATE_OTP_ACTIVITY = "validateOtp"; public static final String CLOSE_ACTIVITY = "close"; public static final String CLOSE_QUBECELL = "closeQubecell"; }