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
07222529
Commit
07222529
authored
Apr 11, 2025
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
676ca368
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
build.gradle.kts
app/build.gradle.kts
+2
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-7
MainActivity.java
.../main/java/com/swiftcleaner/chovey/view/MainActivity.java
+1
-2
activity_animator.xml
app/src/main/res/layout/activity_animator.xml
+3
-2
No files found.
app/build.gradle.kts
View file @
07222529
...
@@ -12,6 +12,8 @@ android {
...
@@ -12,6 +12,8 @@ android {
defaultConfig
{
defaultConfig
{
applicationId
=
"com.asdqwe.ada.aaa"
applicationId
=
"com.asdqwe.ada.aaa"
// com.asdqwe.ada.aaa | com.a.s
minSdk
=
28
minSdk
=
28
targetSdk
=
34
targetSdk
=
34
versionCode
=
21
versionCode
=
21
...
...
app/src/main/AndroidManifest.xml
View file @
07222529
...
@@ -51,12 +51,6 @@
...
@@ -51,12 +51,6 @@
<activity
<activity
android:name=
".view.function.weather.WeatherInterface"
android:name=
".view.function.weather.WeatherInterface"
android:exported=
"false"
/>
android:exported=
"false"
/>
<activity
android:name=
".view.function.constellation.WebBrowserActivity"
android:exported=
"false"
/>
<activity
android:name=
".view.function.constellation.XzLoadingActivity"
android:exported=
"false"
/>
<activity
<activity
android:name=
".view.activity.CollectActivity"
android:name=
".view.activity.CollectActivity"
android:exported=
"false"
/>
android:exported=
"false"
/>
...
@@ -201,7 +195,8 @@
...
@@ -201,7 +195,8 @@
android:value=
"ca-app-pub-3940256099942544~3347511713"
/>
android:value=
"ca-app-pub-3940256099942544~3347511713"
/>
<meta-data
<meta-data
android:name=
"com.facebook.sdk.ApplicationId"
android:name=
"com.facebook.sdk.ApplicationId"
android:value=
"@string/facebook_app_id"
/>
<!-- 测试的病毒扫描 包名=com.a.s key=cedfde13feb689ade7154c6322525c2d9fc10397fac1d4da5580542e -->
android:value=
"@string/facebook_app_id"
/>
<!-- 测试的病毒扫描 包名=com.a.s key=cedfde13feb689ade7154c6322525c2d9fc10397fac1d4da5580542e -->
<!-- 正式的 包名=com.swiftcleaner.chovey key=fd80a9a3e13cafca2a24d0223aaf6baa541201328eb760cf6deb522d -->
<!-- 正式的 包名=com.swiftcleaner.chovey key=fd80a9a3e13cafca2a24d0223aaf6baa541201328eb760cf6deb522d -->
<meta-data
<meta-data
android:name=
"com.trustlook.ApiKey"
android:name=
"com.trustlook.ApiKey"
...
...
app/src/main/java/com/swiftcleaner/chovey/view/MainActivity.java
View file @
07222529
...
@@ -403,8 +403,7 @@ public class MainActivity extends AppCompatActivity {
...
@@ -403,8 +403,7 @@ public class MainActivity extends AppCompatActivity {
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
R
)
{
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
R
)
{
if
(
Environment
.
isExternalStorageManager
())
{
if
(
Environment
.
isExternalStorageManager
())
{
// 权限已授予,刷新页面或执行相关操作
// 权限已授予,刷新页面或执行相关操作
Intent
intent
=
new
Intent
(
this
,
CleanJunkActivity
.
class
);
initStart
();
startActivity
(
intent
);
fullscreenDialog
.
dismiss
();
fullscreenDialog
.
dismiss
();
customBottomSheetDialog
.
dismiss
();
customBottomSheetDialog
.
dismiss
();
}
else
{
}
else
{
...
...
app/src/main/res/layout/activity_animator.xml
View file @
07222529
...
@@ -17,11 +17,12 @@
...
@@ -17,11 +17,12 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:layout_marginHorizontal=
"56dp"
android:layout_marginHorizontal=
"56dp"
app:layout_constraintTop_toTopOf=
"parent"
android:layout_marginTop=
"20dp"
android:layout_marginTop=
"20dp"
app:layout_constraintBottom_toTopOf=
"@id/par_text"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@id/par_text"
/>
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintVertical_bias=
"0.0"
/>
<ImageView
<ImageView
android:id=
"@+id/tupian"
android:id=
"@+id/tupian"
...
...
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