Skip to content

Commit

Permalink
OPT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Jun 25, 2024
1 parent 43a3b1e commit 30d6e32
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of HyperCeiler.
* HyperCeiler is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* Copyright (C) 2023-2024 HyperCeiler Contributions
*/
package com.sevtinge.hyperceiler.module.hook.securitycenter;

import android.content.Context;
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/xml/prefs_about_use.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
android:data="https://github.com/androidx/androidx" />
</Preference>
<Preference
android:summary="焕晨 HChen | GPL-3.0"
android:title="AutoSEffSwitch">
android:summary="MinaMichita | No License"
android:title="AntiAntiDefraud">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/HChenX/AutoSEffSwitch" />
android:data="https://github.com/MinaMichita/AntiAntiDefraud" />
</Preference>
<Preference
android:summary="MinaMichita | No License"
android:title="AntiAntiDefraud">
android:summary="焕晨 HChen | GPL-3.0"
android:title="AutoSEffSwitch">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/MinaMichita/AntiAntiDefraud" />
android:data="https://github.com/HChenX/AutoSEffSwitch" />
</Preference>
<Preference
android:summary="GSWXXN | AGPL-3.0"
Expand Down

0 comments on commit 30d6e32

Please sign in to comment.