Full screen default app fragment
Fix: 34280137 Test: make RunSettingsRoboTests Change-Id: Ib44e39589781d68c7952a2c16a44682791a422f1
This commit is contained in:
@@ -49,7 +49,11 @@ import java.util.List;
|
||||
* Extends ListPreference to allow us to show the icons for a given list of applications. We do this
|
||||
* because the names of applications are very similar and the user may not be able to determine what
|
||||
* app they are selecting without an icon.
|
||||
*
|
||||
* @deprecated Selecting app from a list should be done in full UI. Use DefaultAppPickerFragment
|
||||
* instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class AppListPreference extends CustomListPreference {
|
||||
|
||||
public static final String ITEM_NONE_VALUE = "";
|
||||
|
Reference in New Issue
Block a user