Listen Developer option enable state
- When developer option disabled, any page in Developer option should be closed. Bug: 293894425 Test: manual Change-Id: I392b122e885118770be1af2b51c0c7ef92279e1b
This commit is contained in:
@@ -32,7 +32,8 @@ import java.util.List;
|
||||
* Fragment shown when clicking on a paired device in the Wireless
|
||||
* Debugging fragment.
|
||||
*/
|
||||
public class AdbDeviceDetailsFragment extends DashboardFragment {
|
||||
public class AdbDeviceDetailsFragment extends DashboardFragment implements
|
||||
DeveloperOptionAwareMixin {
|
||||
private static final String TAG = "AdbDeviceDetailsFrag";
|
||||
private PairDevice mPairedDevice;
|
||||
|
||||
|
Reference in New Issue
Block a user