(Context context, Intent intent)
| 1095 | } |
| 1096 | |
| 1097 | static Intent getChooser(Context context, Intent intent) { |
| 1098 | return getChooser(context, intent, false); |
| 1099 | } |
| 1100 | |
| 1101 | static Intent getChooser(Context context, Intent intent, boolean share) { |
| 1102 | SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); |
no test coverage detected