(@StringRes int resId)
| 95 | } |
| 96 | |
| 97 | public static String getString(@StringRes int resId) { |
| 98 | return App.get().getResources().getString(resId); |
| 99 | } |
| 100 | |
| 101 | public static String getString(@StringRes int resId, Object... formatArgs) { |
| 102 | return App.get().getResources().getString(resId, formatArgs); |
no test coverage detected