[GAR] Remove the registerForContextMenu for getting the correct TalkBack

feedback

[Root Cause]
Call the registerForContextMenu to set the view to long-clickable, so
the TalkBack will feedback the "List, Double-tap and hold to long press"

Bug: 187438189
Test: manual test
      make RunSettingsRoboTests ROBOTEST_FILTER=NetworkProviderSettingsTest
Change-Id: I5c33d400a405062e51caccda7a9abe9e76aafea7
This commit is contained in:
changbetty
2021-05-11 14:23:12 +08:00
parent 956fdad9c6
commit 5d847b8b67

View File

@@ -370,7 +370,6 @@ public class NetworkProviderSettings extends RestrictedSettingsFragment
}
}
};
registerForContextMenu(getListView());
setHasOptionsMenu(true);
if (savedInstanceState != null) {