Merge "Hide Bluetooth, Reset, Accessibility Settings in ARC" into rvc-dev am: 545f08e872
Change-Id: Ibd5efd60fdd6c4678d95b3e41e9bd0c4e45330ac
This commit is contained in:
@@ -35,7 +35,7 @@ import com.android.settingslib.widget.FooterPreference;
|
||||
* Dedicated screen for allowing the user to toggle bluetooth which displays relevant information to
|
||||
* the user based on related settings such as bluetooth scanning.
|
||||
*/
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL)
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
|
||||
public class BluetoothDashboardFragment extends DashboardFragment {
|
||||
|
||||
private static final String TAG = "BluetoothDashboardFrag";
|
||||
|
Reference in New Issue
Block a user