上传文件至 ''

This commit is contained in:
tangsengxitou 2023-05-26 08:52:04 +00:00
parent a843d29a1c
commit 3f3c16d039
434 changed files with 56300 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties

1
app/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build

39
app/build.gradle Normal file
View File

@ -0,0 +1,39 @@
plugins {
id 'com.android.application'
}
android {
namespace 'com.example.myapplication6'
compileSdk 33
defaultConfig {
applicationId "com.example.myapplication6"
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

View File

@ -0,0 +1,2 @@
#- File Locator -
listingFile=../../apk/debug/output-metadata.json

View File

@ -0,0 +1,2 @@
appMetadataVersion=1.1
androidGradlePluginVersion=7.4.2

View File

@ -0,0 +1,10 @@
{
"version": 3,
"artifactType": {
"type": "COMPATIBLE_SCREEN_MANIFEST",
"kind": "Directory"
},
"applicationId": "com.example.myapplication6",
"variantName": "debug",
"elements": []
}

View File

@ -0,0 +1 @@
8

View File

@ -0,0 +1,19 @@
#Thu May 18 23:26:32 CST 2023
com.example.myapplication6.app-main-27\:/drawable-v24/ic_launcher_foreground.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\drawable-v24_ic_launcher_foreground.xml.flat
com.example.myapplication6.app-main-27\:/drawable/ic_launcher_background.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\drawable_ic_launcher_background.xml.flat
com.example.myapplication6.app-main-27\:/layout/activity_main.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main.xml.flat
com.example.myapplication6.app-main-27\:/mipmap-anydpi-v26/ic_launcher.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
com.example.myapplication6.app-main-27\:/mipmap-anydpi-v26/ic_launcher_round.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
com.example.myapplication6.app-main-27\:/mipmap-anydpi-v33/ic_launcher.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v33_ic_launcher.xml.flat
com.example.myapplication6.app-main-27\:/mipmap-hdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-hdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-mdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-mdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xxhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xxhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xxxhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat
com.example.myapplication6.app-main-27\:/mipmap-xxxhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
com.example.myapplication6.app-main-27\:/xml/backup_rules.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\xml_backup_rules.xml.flat
com.example.myapplication6.app-main-27\:/xml/data_extraction_rules.xml=D\:\\MyApplication6\\app\\build\\intermediates\\merged_res\\debug\\xml_data_extraction_rules.xml.flat

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,19 @@
#Thu May 18 23:26:33 CST 2023
com.example.myapplication6.app-main-6\:/drawable-v24/ic_launcher_foreground.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\drawable-v24\\ic_launcher_foreground.xml
com.example.myapplication6.app-main-6\:/drawable/ic_launcher_background.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_launcher_background.xml
com.example.myapplication6.app-main-6\:/layout/activity_main.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_main.xml
com.example.myapplication6.app-main-6\:/mipmap-anydpi-v26/ic_launcher.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher.xml
com.example.myapplication6.app-main-6\:/mipmap-anydpi-v26/ic_launcher_round.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_round.xml
com.example.myapplication6.app-main-6\:/mipmap-anydpi-v33/ic_launcher.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v33\\ic_launcher.xml
com.example.myapplication6.app-main-6\:/mipmap-hdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher.webp
com.example.myapplication6.app-main-6\:/mipmap-hdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_round.webp
com.example.myapplication6.app-main-6\:/mipmap-mdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher.webp
com.example.myapplication6.app-main-6\:/mipmap-mdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_round.webp
com.example.myapplication6.app-main-6\:/mipmap-xhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher.webp
com.example.myapplication6.app-main-6\:/mipmap-xhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_round.webp
com.example.myapplication6.app-main-6\:/mipmap-xxhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher.webp
com.example.myapplication6.app-main-6\:/mipmap-xxhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_round.webp
com.example.myapplication6.app-main-6\:/mipmap-xxxhdpi/ic_launcher.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.webp
com.example.myapplication6.app-main-6\:/mipmap-xxxhdpi/ic_launcher_round.webp=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp
com.example.myapplication6.app-main-6\:/xml/backup_rules.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\xml\\backup_rules.xml
com.example.myapplication6.app-main-6\:/xml/data_extraction_rules.xml=D\:\\MyApplication6\\app\\build\\intermediates\\packaged_res\\debug\\xml\\data_extraction_rules.xml

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="fun">#D1C452</color>
<color name="num">#6F0DE8</color>
<color name="purple_200">#50B7E6</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="white">#FFFFFFFF</color>
<color name="yunsuan">#6897BD</color>
<string name="app_name">My Application6</string>
<style name="Theme.MyApplication6" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorOnPrimary">@color/white</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\main\res"/><source path="D:\MyApplication6\app\build\generated\res\rs\debug"/><source path="D:\MyApplication6\app\build\generated\res\resValues\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\main\res"><file name="ic_launcher_background" path="D:\MyApplication6\app\src\main\res\drawable\ic_launcher_background.xml" qualifiers="" type="drawable"/><file name="ic_launcher_foreground" path="D:\MyApplication6\app\src\main\res\drawable-v24\ic_launcher_foreground.xml" qualifiers="v24" type="drawable"/><file name="activity_main" path="D:\MyApplication6\app\src\main\res\layout\activity_main.xml" qualifiers="" type="layout"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-anydpi-v26\ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-anydpi-v26\ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-anydpi-v33\ic_launcher.xml" qualifiers="anydpi-v33" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-hdpi\ic_launcher.webp" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-hdpi\ic_launcher_round.webp" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-mdpi\ic_launcher.webp" qualifiers="mdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-mdpi\ic_launcher_round.webp" qualifiers="mdpi-v4" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-xhdpi\ic_launcher.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-xhdpi\ic_launcher_round.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-xxhdpi\ic_launcher.webp" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-xxhdpi\ic_launcher_round.webp" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher" path="D:\MyApplication6\app\src\main\res\mipmap-xxxhdpi\ic_launcher.webp" qualifiers="xxxhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="D:\MyApplication6\app\src\main\res\mipmap-xxxhdpi\ic_launcher_round.webp" qualifiers="xxxhdpi-v4" type="mipmap"/><file path="D:\MyApplication6\app\src\main\res\values\colors.xml" qualifiers=""><color name="teal_200">#FF03DAC5</color><color name="teal_700">#FF018786</color><color name="black">#FF000000</color><color name="white">#FFFFFFFF</color><color name="fun">#D1C452</color><color name="yunsuan">#6897BD</color><color name="num">#6F0DE8</color><color name="purple_200">#50B7E6</color></file><file path="D:\MyApplication6\app\src\main\res\values\strings.xml" qualifiers=""><string name="app_name">My Application6</string></file><file path="D:\MyApplication6\app\src\main\res\values\themes.xml" qualifiers=""><style name="Theme.MyApplication6" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorOnPrimary">@color/white</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style></file><file path="D:\MyApplication6\app\src\main\res\values-night\themes.xml" qualifiers="night-v8"><style name="Theme.MyApplication6" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorOnPrimary">@color/black</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style></file><file name="backup_rules" path="D:\MyApplication6\app\src\main\res\xml\backup_rules.xml" qualifiers="" type="xml"/><file name="data_extraction_rules" path="D:\MyApplication6\app\src\main\res\xml\data_extraction_rules.xml" qualifiers="" type="xml"/></source><source path="D:\MyApplication6\app\build\generated\res\rs\debug"/><source path="D:\MyApplication6\app\build\generated\res\resValues\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\debug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\debug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><mergedItems/></merger>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\main\assets"/><source path="D:\MyApplication6\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\debug\assets"/></dataSet></merger>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\debug\jniLibs"/></dataSet></merger>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\MyApplication6\app\src\debug\shaders"/></dataSet></merger>

View File

@ -0,0 +1,10 @@
#Thu May 18 23:26:41 CST 2023
base.0=D\:\\MyApplication6\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
base.1=D\:\\MyApplication6\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.2=D\:\\MyApplication6\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
path.0=classes.dex
path.1=0/classes.dex
path.2=4/classes.dex
renamed.0=classes.dex
renamed.1=classes2.dex
renamed.2=classes3.dex

View File

@ -0,0 +1,38 @@
R_DEF: Internal format may change without notice
local
color black
color fun
color num
color purple_200
color teal_200
color teal_700
color white
color yunsuan
drawable ic_launcher_background
drawable ic_launcher_foreground
id answer
id btn0
id btn1
id btn10
id btn12
id btn2
id btn3
id btn4
id btn5
id btn6
id btn7
id btn8
id btn9
id btnadd
id btndiv
id btndot
id btnequel
id btnmul
id btnsub
layout activity_main
mipmap ic_launcher
mipmap ic_launcher_round
string app_name
style Theme.MyApplication6
xml backup_rules
xml data_extraction_rules

View File

@ -0,0 +1,79 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.example.myapplication6"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="24"
8-->D:\MyApplication6\app\src\main\AndroidManifest.xml
9 android:targetSdkVersion="33" />
9-->D:\MyApplication6\app\src\main\AndroidManifest.xml
10
11 <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
11-->D:\MyApplication6\app\src\main\AndroidManifest.xml:5:5-77
11-->D:\MyApplication6\app\src\main\AndroidManifest.xml:5:22-74
12
13 <application
13-->D:\MyApplication6\app\src\main\AndroidManifest.xml:6:5-24:19
14 android:allowBackup="true"
14-->D:\MyApplication6\app\src\main\AndroidManifest.xml:7:9-35
15 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
15-->[androidx.core:core:1.7.0] C:\Users\岳乐\.gradle\caches\transforms-3\0212d0c0c0b99c5d00c15a82a811f4d1\transformed\core-1.7.0\AndroidManifest.xml:24:18-86
16 android:dataExtractionRules="@xml/data_extraction_rules"
16-->D:\MyApplication6\app\src\main\AndroidManifest.xml:8:9-65
17 android:debuggable="true"
18 android:extractNativeLibs="false"
19 android:fullBackupContent="@xml/backup_rules"
19-->D:\MyApplication6\app\src\main\AndroidManifest.xml:9:9-54
20 android:icon="@mipmap/ic_launcher"
20-->D:\MyApplication6\app\src\main\AndroidManifest.xml:10:9-43
21 android:label="@string/app_name"
21-->D:\MyApplication6\app\src\main\AndroidManifest.xml:11:9-41
22 android:supportsRtl="true"
22-->D:\MyApplication6\app\src\main\AndroidManifest.xml:12:9-35
23 android:testOnly="true"
24 android:theme="@style/Theme.MyApplication6" >
24-->D:\MyApplication6\app\src\main\AndroidManifest.xml:13:9-52
25 <activity
25-->D:\MyApplication6\app\src\main\AndroidManifest.xml:15:9-23:20
26 android:name="com.example.myapplication6.MainActivity"
26-->D:\MyApplication6\app\src\main\AndroidManifest.xml:16:13-41
27 android:exported="true" >
27-->D:\MyApplication6\app\src\main\AndroidManifest.xml:17:13-36
28 <intent-filter>
28-->D:\MyApplication6\app\src\main\AndroidManifest.xml:18:13-22:29
29 <action android:name="android.intent.action.MAIN" />
29-->D:\MyApplication6\app\src\main\AndroidManifest.xml:19:17-69
29-->D:\MyApplication6\app\src\main\AndroidManifest.xml:19:25-66
30
31 <category android:name="android.intent.category.LAUNCHER" />
31-->D:\MyApplication6\app\src\main\AndroidManifest.xml:21:17-77
31-->D:\MyApplication6\app\src\main\AndroidManifest.xml:21:27-74
32 </intent-filter>
33 </activity>
34
35 <provider
35-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:26:9-34:20
36 android:name="androidx.startup.InitializationProvider"
36-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:27:13-67
37 android:authorities="com.example.myapplication6.androidx-startup"
37-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:28:13-68
38 android:exported="false" >
38-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:29:13-37
39 <meta-data
39-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:31:13-33:52
40 android:name="androidx.emoji2.text.EmojiCompatInitializer"
40-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:32:17-75
41 android:value="androidx.startup" />
41-->[androidx.emoji2:emoji2:1.0.0] C:\Users\岳乐\.gradle\caches\transforms-3\98f686da2fce73ff8e48ca6a893a34a2\transformed\emoji2-1.0.0\AndroidManifest.xml:33:17-49
42 <meta-data
42-->[androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\岳乐\.gradle\caches\transforms-3\087e3e4f119bd3d4d28bb978bd0efd9b\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:31:13-33:52
43 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
43-->[androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\岳乐\.gradle\caches\transforms-3\087e3e4f119bd3d4d28bb978bd0efd9b\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:32:17-78
44 android:value="androidx.startup" />
44-->[androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\岳乐\.gradle\caches\transforms-3\087e3e4f119bd3d4d28bb978bd0efd9b\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:33:17-49
45 </provider>
46 </application>
47
48</manifest>

Binary file not shown.

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.myapplication6"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:allowBackup="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:dataExtractionRules="@xml/data_extraction_rules"
android:debuggable="true"
android:extractNativeLibs="false"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/Theme.MyApplication6" >
<activity
android:name="com.example.myapplication6.MainActivity"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.example.myapplication6.androidx-startup"
android:exported="false" >
<meta-data
android:name="androidx.emoji2.text.EmojiCompatInitializer"
android:value="androidx.startup" />
<meta-data
android:name="androidx.lifecycle.ProcessLifecycleInitializer"
android:value="androidx.startup" />
</provider>
</application>
</manifest>

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.myapplication6"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:allowBackup="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:dataExtractionRules="@xml/data_extraction_rules"
android:debuggable="true"
android:extractNativeLibs="false"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/Theme.MyApplication6" >
<activity
android:name="com.example.myapplication6.MainActivity"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.example.myapplication6.androidx-startup"
android:exported="false" >
<meta-data
android:name="androidx.emoji2.text.EmojiCompatInitializer"
android:value="androidx.startup" />
<meta-data
android:name="androidx.lifecycle.ProcessLifecycleInitializer"
android:value="androidx.startup" />
</provider>
</application>
</manifest>

View File

@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "com.example.myapplication6",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}

Some files were not shown because too many files have changed in this diff Show More