Initial commit

This commit is contained in:
2026-05-10 10:45:02 +08:00
commit e62384a9c5
1053 changed files with 19615 additions and 0 deletions

View File

@@ -0,0 +1,123 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="blog.wiwi.hoops"
4 android:versionCode="1"
5 android:versionName="1.0.0" >
6
7 <uses-sdk
8 android:minSdkVersion="24"
9 android:targetSdkVersion="34" />
10
11 <permission
11-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:22:5-24:47
12 android:name="blog.wiwi.hoops.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
12-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:23:9-81
13 android:protectionLevel="signature" />
13-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:24:9-44
14
15 <uses-permission android:name="blog.wiwi.hoops.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" /> <!-- 不要網路權限。F-Droid 會檢查這個。 -->
15-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:26:5-97
15-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:26:22-94
16 <application
16-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:7:5-30:19
17 android:allowBackup="true"
17-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:8:9-35
18 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
18-->[androidx.core:core:1.13.1] /home/wiwi/.gradle/caches/8.13/transforms/5a77dee4cf2cf87eae9dd49fc41985d9/transformed/core-1.13.1/AndroidManifest.xml:28:18-86
19 android:dataExtractionRules="@xml/data_extraction_rules"
19-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:9:9-65
20 android:extractNativeLibs="false"
21 android:fullBackupContent="@xml/backup_rules"
21-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:10:9-54
22 android:hasFragileUserData="false"
22-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:15:9-43
23 android:icon="@mipmap/ic_launcher"
23-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:11:9-43
24 android:label="@string/app_name"
24-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:12:9-41
25 android:roundIcon="@mipmap/ic_launcher_round"
25-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:13:9-54
26 android:supportsRtl="true"
26-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:14:9-35
27 android:theme="@style/Theme.Hoops.Splash"
27-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:17:9-50
28 android:usesCleartextTraffic="false" >
28-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:16:9-45
29 <activity
29-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:20:9-29:20
30 android:name="blog.wiwi.hoops.MainActivity"
30-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:21:13-41
31 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|uiMode|density"
31-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:23:13-102
32 android:exported="true"
32-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:22:13-36
33 android:screenOrientation="unspecified" >
33-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:24:13-52
34 <intent-filter>
34-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:25:13-28:29
35 <action android:name="android.intent.action.MAIN" />
35-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:26:17-69
35-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:26:25-66
36
37 <category android:name="android.intent.category.LAUNCHER" />
37-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:27:17-77
37-->/home/wiwi/Documents/Hoops-android/hoops-android/app/src/main/AndroidManifest.xml:27:27-74
38 </intent-filter>
39 </activity>
40
41 <provider
41-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:24:9-32:20
42 android:name="androidx.startup.InitializationProvider"
42-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:25:13-67
43 android:authorities="blog.wiwi.hoops.androidx-startup"
43-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:26:13-68
44 android:exported="false" >
44-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:27:13-37
45 <meta-data
45-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52
46 android:name="androidx.profileinstaller.ProfileInstallerInitializer"
46-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85
47 android:value="androidx.startup" />
47-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49
48 </provider>
49
50 <receiver
50-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20
51 android:name="androidx.profileinstaller.ProfileInstallReceiver"
51-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76
52 android:directBootAware="false"
52-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44
53 android:enabled="true"
53-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35
54 android:exported="true"
54-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36
55 android:permission="android.permission.DUMP" >
55-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57
56 <intent-filter>
56-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29
57 <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
57-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91
57-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88
58 </intent-filter>
59 <intent-filter>
59-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29
60 <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
60-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85
60-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82
61 </intent-filter>
62 <intent-filter>
62-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29
63 <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
63-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88
63-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85
64 </intent-filter>
65 <intent-filter>
65-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29
66 <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
66-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95
66-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/wiwi/.gradle/caches/8.13/transforms/6934391db2a25169033d1d60745e885f/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92
67 </intent-filter>
68 </receiver>
69 </application>
70
71</manifest>