(Context context, Class<T> type)
| 905 | } |
| 906 | |
| 907 | static <T extends Object> T getSystemService(Context context, Class<T> type) { |
| 908 | return ContextCompat.getSystemService(context.getApplicationContext(), type); |
| 909 | } |
| 910 | |
| 911 | static boolean hasPhotoPicker() { |
| 912 | return (Build.VERSION.SDK_INT > Build.VERSION_CODES.TIRAMISU || |
no outgoing calls
no test coverage detected