如何定义android 启动的activity,AndroidManifest.xml里面定义的Activity是根据哪一个信息来确定是应用默认启动的啊?...

package="com.ucloud.uvod.example"

android:installLocation="internalOnly" >

android:allowBackup="true"

android:icon="@mipmap/ic_launcher"

android:label="@string/app_name"

android:theme="@style/BlueTheme" >

android:name="com.ucloud.uvod.example.MainActivity"

android:label="@string/app_name"

android:launchMode="singleTask"

android:theme="@style/BlueTheme"

android:screenOrientation="sensor" >

android:name="com.ucloud.uvod.example.impl.UEasyPlayerActivity"

android:configChanges="keyboardHidden|orientation|screenSize"

android:label="@string/app_name"

android:launchMode="singleTask"

android:screenOrientation="sensor"

android:theme="@style/FullscreenTheme" >

android:name="com.ucloud.uvod.example.impl.UVideoViewActivity"

android:configChanges="keyboardHidden|orientation|screenSize"

android:label="@string/app_name"

android:launchMode="singleTask"

android:screenOrientation="sensor"

android:theme="@style/FullscreenTheme" >

android:name="com.ucloud.uvod.example.permission.PermissionsActivity"

android:screenOrientation="portrait"

android:launchMode="singleTask"

android:theme="@style/BlueTheme"/>

如果Activity里面配置了

就是程序的入口吗?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值