()
| 614 | } |
| 615 | |
| 616 | public static SharedPreferences getSettings(){ |
| 617 | return PreferenceManager.getDefaultSharedPreferences(mContext); |
| 618 | } |
| 619 | |
| 620 | public static String getAppVersionName(){ |
| 621 | if(mApkVersion !=null) |
no outgoing calls
no test coverage detected