提交 6e54f5e3 编写于 作者: C Chinmay Garde 提交者: GitHub

Remove deprecated SkyApplication and SkyActivity. (#3464)

上级 d40c5bc9
...@@ -104,10 +104,6 @@ android_library("java") { ...@@ -104,10 +104,6 @@ android_library("java") {
"io/flutter/view/ResourceExtractor.java", "io/flutter/view/ResourceExtractor.java",
"io/flutter/view/ResourcePaths.java", "io/flutter/view/ResourcePaths.java",
"io/flutter/view/VsyncWaiter.java", "io/flutter/view/VsyncWaiter.java",
# Deprecated classes provided for backwards compatibility
"org/domokit/sky/shell/SkyActivity.java",
"org/domokit/sky/shell/SkyApplication.java",
] ]
deps = [ deps = [
......
// Copyright 2015 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.domokit.sky.shell;
import io.flutter.app.FlutterActivity;
/**
* Use io.flutter.app.FlutterActivity instead
* This class should be removed after Feb 2017
*/
public class SkyActivity extends FlutterActivity {
}
// Copyright 2015 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.domokit.sky.shell;
import io.flutter.app.FlutterApplication;
/**
* Use io.flutter.app.FlutterActivity instead
* This class should be removed after Feb 2017
*/
@Deprecated
public class SkyApplication extends FlutterApplication {
}
...@@ -2086,8 +2086,6 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourceCleaner.ja ...@@ -2086,8 +2086,6 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourceCleaner.ja
FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourceExtractor.java FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourceExtractor.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourcePaths.java FILE: ../../../flutter/shell/platform/android/io/flutter/view/ResourcePaths.java
FILE: ../../../flutter/shell/platform/android/library_loader.cc FILE: ../../../flutter/shell/platform/android/library_loader.cc
FILE: ../../../flutter/shell/platform/android/org/domokit/sky/shell/SkyActivity.java
FILE: ../../../flutter/shell/platform/android/org/domokit/sky/shell/SkyApplication.java
FILE: ../../../flutter/shell/platform/android/platform_view_android.cc FILE: ../../../flutter/shell/platform/android/platform_view_android.cc
FILE: ../../../flutter/shell/platform/android/platform_view_android.h FILE: ../../../flutter/shell/platform/android/platform_view_android.h
FILE: ../../../flutter/shell/platform/darwin/common/platform_mac.h FILE: ../../../flutter/shell/platform/darwin/common/platform_mac.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册