blob: b39afd279ba3614a043d151e0f083c1fcfa1f02e [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chromoting;
import android.app.Application;
/** Main context for the application. */
public class RemotingApplication extends Application {
}