Skip to content

Commit 30d6e32

Browse files
committed
OPT
1 parent 43a3b1e commit 30d6e32

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

app/src/main/java/com/sevtinge/hyperceiler/module/hook/securitycenter/PrivacyThumbnailBlur.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* This file is part of HyperCeiler.
3+
4+
* HyperCeiler is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as
6+
* published by the Free Software Foundation, either version 3 of the
7+
* License.
8+
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
17+
* Copyright (C) 2023-2024 HyperCeiler Contributions
18+
*/
119
package com.sevtinge.hyperceiler.module.hook.securitycenter;
220

321
import android.content.Context;

app/src/main/res/xml/prefs_about_use.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
android:data="https://github.com/androidx/androidx" />
3232
</Preference>
3333
<Preference
34-
android:summary="焕晨 HChen | GPL-3.0"
35-
android:title="AutoSEffSwitch">
34+
android:summary="MinaMichita | No License"
35+
android:title="AntiAntiDefraud">
3636
<intent
3737
android:action="android.intent.action.VIEW"
38-
android:data="https://github.com/HChenX/AutoSEffSwitch" />
38+
android:data="https://github.com/MinaMichita/AntiAntiDefraud" />
3939
</Preference>
4040
<Preference
41-
android:summary="MinaMichita | No License"
42-
android:title="AntiAntiDefraud">
41+
android:summary="焕晨 HChen | GPL-3.0"
42+
android:title="AutoSEffSwitch">
4343
<intent
4444
android:action="android.intent.action.VIEW"
45-
android:data="https://github.com/MinaMichita/AntiAntiDefraud" />
45+
android:data="https://github.com/HChenX/AutoSEffSwitch" />
4646
</Preference>
4747
<Preference
4848
android:summary="GSWXXN | AGPL-3.0"

0 commit comments

Comments
 (0)