[转]Android开发者指南-Manifest.xml-activity[原创译文]

本文详细介绍了 Android 中 Activity 的各种属性及其配置方式,包括启动模式、屏幕方向等关键设置,对于理解 Activity 生命周期及行为至关重要。

 

<activity android:allowTaskReparenting=["true" | "false"

          android:alwaysRetainTaskState=["true" | "false"

          android:clearTaskOnLaunch=["true" | "false"

          android:configChanges=["mcc", "mnc", "locale"

                                 "touchscreen", "keyboard", "keyboardHidden"

                                 "navigation", "screenLayout", "fontScale","uiMode"

                                 "orientation", "screenSize","smallestScreenSize"

          android:enabled=["true" | "false"

          android:excludeFromRecents=["true" | "false"

          android:exported=["true" | "false"

          android:finishOnTaskLaunch=["true" | "false"

          android:hardwareAccelerated=["true" | "false"

          android:icon="drawable resource" 

          android:label="string resource" 

          android:launchMode=["multiple" | "singleTop" 

                              "singleTask" | "singleInstance"

          android:multiprocess=["true" | "false"

          android:name="string" 

          android:noHistory=["true" | "false"]   

          android:permission="string" 

          android:process="string" 

          android:screenOrientation=["unspecified" | "user" | "behind" 

                                     "landscape" | "portrait" 

                                     "reverseLandscape" | "reversePortrait" 

                                     "sensorLandscape" | "sensorPortrait" 

                                     "sensor" | "fullSensor" | "nosensor"

          android:stateNotNeeded=["true" | "false"

          android:taskAffinity="string" 

          android:theme="resource or theme" 

          android:windowSoftInputMode=["stateUnspecified"

                                       "stateUnchanged", "stateHidden"

                                       "stateAlwaysHidden", "stateVisible"

                                       "stateAlwaysVisible","adjustUnspecified"

                                       "adjustResize", "adjustPan"] >    

    . . . 

</activity>

 

http://blog.sina.com.cn/s/blog_48d491300100zmg0.html


 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值