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 . j a v a2 s . c o m package com.qubecell.constants; public class NetworkURL { public static final String MSISDN_URL = "http://180.179.212.80/xena/v3/api/d2.php"; public static final String API_URL = "http://180.179.212.80/xena/v3/sdk/operation.php"; public static final String OPERATOR_URL = "http://180.179.212.80/xena/v3/operators.xml"; }