Merge "Status bar: correctly register disable flags"

This commit is contained in:
Charles He
2017-09-18 14:49:02 +00:00
committed by Android (Google) Code Review
2 changed files with 77 additions and 36 deletions

View File

@@ -14,15 +14,14 @@
* limitations under the License.
*/
package android.app;
import android.annotation.IntDef;
import android.annotation.SystemService;
import android.content.Context;
import android.os.Binder;
import android.os.RemoteException;
import android.os.IBinder;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.util.Slog;
import android.view.View;