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) *///from w ww.ja v a 2 s .c o m package com.qubecell.constants; public class MobileOperators { public static final String AIRTEL = "Airtel"; public static final String VODAFONE = "Vodafone"; public static final String TATA = "Tata Docomo"; public static final String IDEA = "Idea"; public static final String LOOP = "Loop"; public static final String NODATA = "msg"; }