fix: 首次提交

This commit is contained in:
2024-12-09 11:25:23 +08:00
parent d0c01071e9
commit 2c2109a5f3
4741 changed files with 290641 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--- Include all the namespaces we will ever need anywhere, because this is the source the manifest merger uses for namespaces -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.settingslib.spa.screenshot"
coreApp="true">
<application>
<activity
android:name="androidx.activity.ComponentActivity"
android:exported="true">
</activity>
</application>
</manifest>