Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
D
Data Recovery White
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
Data Recovery White
Commits
02983f02
Commit
02983f02
authored
Feb 24, 2025
by
guest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文案
parent
73eaf69c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
NotificationUtil.kt
...c/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
+1
-1
NewComUtils.kt
app/src/main/java/com/base/datarecovery/utils/NewComUtils.kt
+2
-1
activity_app_manager.xml
app/src/main/res/layout/activity_app_manager.xml
+1
-1
No files found.
app/src/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
View file @
02983f02
...
...
@@ -288,7 +288,7 @@ object NotificationUtil {
ID_APP_MANAGER
->
{
val
icon
=
R
.
mipmap
.
h_appmanager
val
desc
=
AppManagerStringManager
.
getNextDesc
()
val
btn
=
"
App Manager
"
val
btn
=
"
Uninstall App
"
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
icon
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
id_tv_btn
,
btn
)
...
...
app/src/main/java/com/base/datarecovery/utils/NewComUtils.kt
View file @
02983f02
...
...
@@ -44,7 +44,8 @@ object NewComUtils {
"$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${
AppPreferences
.
getInstance
().
getString
(
"gid"
,
""
)
}&
aid
=
$
{
AppPreferences
.
getInstance
().
getString
(
"uuid"
,
""
)}&
mode
=
4
"
}&
aid
=
$
{
AppPreferences
.
getInstance
().
getString
(
"uuid"
,
""
)}
"
// &mode=4
}
fun
requestCfg
(
callback
:
()
->
Unit
)
{
...
...
app/src/main/res/layout/activity_app_manager.xml
View file @
02983f02
...
...
@@ -31,7 +31,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"
App Manager
"
android:text=
"
Uninstall App
"
android:textSize=
"19sp"
android:textStyle=
"bold"
tools:ignore=
"HardcodedText"
/>
...
...
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