1 Star 0 Fork 0

树朾/AndCloud

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AndroidManifest.xml 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
树朾 提交于 2015-05-07 01:57 +08:00 . 加入QQ登陆
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.andcloud"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />
<application
android:allowBackup="true"
android:label="@string/app_name">
<!-- avoscloud 意见反馈 -->
<activity android:name="com.andcloud.activity.ThreadActivity"
android:screenOrientation="portrait">
</activity>
<!-- QQ第三方登陆 意见反馈 -->
<activity
android:name="com.tencent.tauth.AuthActivity"
android:launchMode="singleTask"
android:noHistory="true" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="tencent1101813947" />
<!-- 100380359 100381104 222222 -->
</intent-filter>
</activity>
<activity
android:name="com.tencent.connect.common.AssistActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
</manifest>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scwang90/AndCloud.git
git@gitee.com:scwang90/AndCloud.git
scwang90
AndCloud
AndCloud
master

搜索帮助