第一次提交

This commit is contained in:
xuhuixiang
2026-03-16 13:31:12 +08:00
commit d42f50cab1
335 changed files with 17566 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name="com.webclip.base.WebViewActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="false"
android:hardwareAccelerated="true" />
<activity
android:name="com.webclip.base.NotifyListActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="false"
android:hardwareAccelerated="true" />
</application>
</manifest>