1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 package org
.chromium
.chromoting
;
7 import android
.app
.Application
;
9 import org
.chromium
.chromoting
.accountswitcher
.AccountSwitcherFactory
;
11 /** Main context for the application. */
12 public class RemotingApplication
extends Application
{
14 public void onCreate() {
15 AccountSwitcherFactory
.setInstance(new AccountSwitcherFactory());