1 Star 0 Fork 0

Kelsey_zhang / MY PROGRAM_new

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AndroidManifest.xml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Kelsey_zhang 提交于 2022-09-28 05:22 . 安卓开发制作微信界面
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.my09_14application">
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.My0914Application"
tools:targetApi="31">
<meta-data
android:name="com.google.android.actions"
android:resource="@xml/actions" />
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
1
https://gitee.com/kelsey-zhang/my-program_new.git
git@gitee.com:kelsey-zhang/my-program_new.git
kelsey-zhang
my-program_new
MY PROGRAM_new
master

搜索帮助