(Context context)
| 439 | } |
| 440 | |
| 441 | public static boolean isDebuggable(Context context) { |
| 442 | return ((context.getApplicationContext().getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); |
| 443 | } |
| 444 | |
| 445 | public static boolean isPlayStoreInstall(Context context) { |
| 446 | if (BuildConfig.PLAY_STORE_RELEASE) |
no outgoing calls
no test coverage detected