From ea378b33219caf8ebc60c5213728fa06b2db913d Mon Sep 17 00:00:00 2001 From: HYL123698745 <1252347619@qq.com> Date: Mon, 26 Apr 2021 16:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=911.=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chinasoft/ohos/ability/AttrAbility.java | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 entry/src/main/java/com/chinasoft/ohos/ability/AttrAbility.java diff --git a/entry/src/main/java/com/chinasoft/ohos/ability/AttrAbility.java b/entry/src/main/java/com/chinasoft/ohos/ability/AttrAbility.java deleted file mode 100644 index bffcbfe..0000000 --- a/entry/src/main/java/com/chinasoft/ohos/ability/AttrAbility.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.chinasoft.ohos.ability; - - -import com.zhuangfei.android_timetableview.slice.AttrSlice; -import ohos.aafwk.ability.Ability; -import ohos.aafwk.content.Intent; - -/** - * AttrAbility - * - * @since 2021-03-29 - */ -public class AttrAbility extends Ability { - @Override - public void onStart(Intent intent) { - super.onStart(intent); - super.setMainRoute(AttrSlice.class.getName()); - } -} -- Gitee