blob: 779e86a99d42f094f1925757046a68df63c34430 [file] [log] [blame] [edit]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module mojo_base.mojom;
// Mirror of base::android::ApplicationState.
enum ApplicationState {
UNKNOWN,
HAS_RUNNING_ACTIVITIES,
HAS_PAUSED_ACTIVITIES,
HAS_STOPPED_ACTIVITIES,
HAS_DESTROYED_ACTIVITIES,
};