- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 android 权限检测
public static boolean checkPermission() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { if (PermissionChecker.checkSelfPermission(mContext, Manifest.permission.READ_CONTACTS) == Packag...
2018-12-07 18:21:07
445
原创 Android系统分享
android系统分享目前无法同时分享文本和图片1、创建intent, action为Intent.ACTION_SENDIntent shareIntent = new Intent(Intent.ACTION_SEND); shareIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);2、设置分享类型文本:shareIntent.setT...
2018-11-27 18:26:48
181
原创 Android 使用inspect调试webview
1、代码中开启webview的debug设置if (Build.VERSION.SDK_INT >=Build.VERSION_CODES.KITKAT) { this.setWebContentsDebuggingEnabled(true);}2、android设备打开开发者选项—>usb调试3、连接设备到PC, 在chrome浏览器地址栏输入: chrome://...
2018-11-27 18:00:38
724
原创 Android 创建快捷方式
Android 创建快捷方式1、AndroidManifest.xml中添加权限 <!-- 添加快捷方式 --> <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> <!-- 移除快捷方式 --> <uses...
2018-11-20 14:28:51
128
C++ Primer Plus英文版(第六版).pdf
2019-03-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人