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

Change-Id: Ie00b07ebe6e474e5371bf12ed851e91be116a4a6
This commit is contained in:
TreeHugger Robot
2020-04-13 01:11:27 +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";