
获得徽章 0
- 一些公众号为了吸引流量,不惜以各种《android 即将灭亡》、《android 开发者何去何从》、《前端替代 android》等,这些屁话我一点都不信,我只知道 android 对开发者要求会越来越高,与其杞人忧天,不如提升自己好好学习...等人赞过15
- 「Android 小技巧」
1.选择 【Edit Configurations】
2.【Launch Options】将 Default Activity 切换为 Sepcified Acitivity,填写指定 Activity
3.【Launch Flags】通过 -d+参数,来传递参数;通过 getIntent().getDataString() 来获取参数
4.配置该 Activity, android:exported="true"
(通过该方法可跳过一些权限校验流程或耗时的页面)
展开评论点赞 「Android 小技巧」
1.选择 【Edit Configurations】
2.【Launch Options】将 Default Activity 切换为 Sepcified Acitivity,填写指定 Activity
3.【Launch Flags】通过 -d+参数,来传递参数;通过 getIntent().getDataString() 来获取参数
4.配置该 Activity, android:exported="true"
(通过该方法可跳过一些权限校验流程或耗时的页面)
展开评论点赞- 「Android 小技巧」
1、选择 【Edit Configurations】
2、【Launch Options】将 Default Activity 切换为 Sepcified Acitivity,填写指定 Activity
3、【Launch Flags】通过 -d+参数,来传递参数;通过 getIntent().getDataString() 来获取参数
4、配置该 Activity, android:exported="true"
(通过该方法可跳过一些权限校验流程或耗时的页面)展开评论点赞