Merge "Hide Bluetooth, Reset, Accessibility Settings in ARC" into rvc-dev am: 545f08e872

Change-Id: Ibd5efd60fdd6c4678d95b3e41e9bd0c4e45330ac
This commit is contained in:
TreeHugger Robot
2020-04-13 00:49:42 +00:00
committed by Automerger Merge Worker
13 changed files with 25 additions and 35 deletions

View File

@@ -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";