«

android 学习笔记-问题解决

时间:2024-3-2 19:21     作者:韩俊     分类: Android


Intent隐试启动 ActivityNotFoundException

intent设置action 隐试启动 默认会加入 ,所以manifest文件中过滤器需要盖如改category

android:configChanges 设置

android 在manifest文件中设置 android:configChanges=”orientation” 横竖屏切换 onConfigurationChanged 不起作用,4.0以后需要加入 screenSize

        <p>版权声明:本文为博主原创文章,未经博主允许不得转载。</p>

标签: android

热门推荐