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:
Edgar Wang
2023-11-08 17:01:22 +08:00
parent fb52d69142
commit 26a5c73dc7
20 changed files with 159 additions and 30 deletions

View File

@@ -0,0 +1,20 @@
/*
* Copyright (C) 2024 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.settings.development;
/** A fragment mixin that should aware the state of developer options */
public interface DeveloperOptionAwareMixin {}