Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
swiftcleanerphonehelper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
swiftcleanerphonehelper
Commits
c5eabb6d
Commit
c5eabb6d
authored
Dec 20, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
051127f8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
ZxApplication.kt
app/src/main/java/com/zxdemo/ZxApplication.kt
+0
-2
ZxHttp.kt
app/src/main/java/com/zxdemo/http/ZxHttp.kt
+2
-5
AESUtils.kt
app/src/main/java/com/zxdemo/utils/AESUtils.kt
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+1
-1
No files found.
app/src/main/java/com/zxdemo/ZxApplication.kt
View file @
c5eabb6d
...
...
@@ -58,8 +58,6 @@ class ZxApplication : Application() {
startOmgNotification
()
AdmobHelper
.
init
(
this
,
{},
{})
AppInstallReceiver
.
registerReceiver
(
context
)
UnlockReceiver
.
mIsScreenOn
}
private
fun
initUUid
()
{
...
...
app/src/main/java/com/zxdemo/http/ZxHttp.kt
View file @
c5eabb6d
...
...
@@ -17,8 +17,8 @@ import java.io.IOException
object
ZxHttp
{
private
const
val
REPORT_DOMAIN
=
"https://rp.
fluxbettingtips
.xyz"
private
const
val
INTERFACE_DOMAIN
=
"https://api.
fluxbettingtips
.xyz"
private
const
val
REPORT_DOMAIN
=
"https://rp.
sifatkhan95840
.xyz"
private
const
val
INTERFACE_DOMAIN
=
"https://api.
sifatkhan95840
.xyz"
fun
getHttpConfig
(
requestBack
:
()
->
Unit
)
{
var
referrer
=
""
...
...
@@ -34,10 +34,7 @@ object ZxHttp {
urlstr
.
append
(
"&vc=${BuildConfig.VERSION_CODE}"
)
urlstr
.
append
(
"&device=${ZxApplication.GID}"
)
urlstr
.
append
(
"&aid=${DeviceUtils.getUID()}"
)
urlstr
.
append
(
"&mode=2"
)
// var url="https://api.swiftdevinc.xyz/ccspk?pkg=${com.zxdemo.ZxApplication.packname}&referrer=$referrer"
// var url = "https://feedapihk.zhangxinhulian.com/ccspk?pkg=${com.zxdemo.ZxApplication.packname}&mode=2"
HttpUtils
.
get
(
urlstr
.
toString
(),
object
:
...
...
app/src/main/java/com/zxdemo/utils/AESUtils.kt
View file @
c5eabb6d
...
...
@@ -7,7 +7,7 @@ import javax.crypto.spec.SecretKeySpec
object
AESUtils
{
private
const
val
aesKey
=
"
mj7lm6bfcez79lr8
"
private
const
val
aesKey
=
"
j2xlm90mibmbpekw
"
private
val
cipher
by
lazy
{
Cipher
.
getInstance
(
"AES/GCM/NoPadding"
)
...
...
app/src/main/res/values/strings.xml
View file @
c5eabb6d
<resources>
<string
name=
"app_name"
>
Swift Cleaner - Phone Helper
</string>
<string
name=
"facebook_app_id"
>
1144888257333201
</string>
<string
name=
"facebook_app_id"
>
448811341605605
</string>
<string
name=
"ad_app_id"
>
ca-app-pub-3245539546494448~368529487
</string>
<string
name=
"multi_line_text"
>
Thank you for using \n Swift Cleaner - Phone Helper!
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment