android屏幕抓取,Android抓取屏幕展示 内容(类似屏幕截图)
/** * 更新相冊(cè)某個(gè)文件 */
public static void photoUpdates(Context context, File file) { if (!file.exists()) { return; } try {
MediaStore.Images.Media.insertImage(context.getContentResolver(), file.getAbsolutePath(), file.getName(), null); } catch (FileNotFoundException e) {
e.printStackTrace(); }
Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE); intent.setData(Uri.fromFile(file)); context.sendBroadcast(intent); }
/**獲取view 緩存(例如屏幕截屏,root layout )*/
public static Bitmap getViewCacheBitMap(View view) {
view.setDrawingCacheEnabled(true); view.buildDrawingCache(); Bitmap bitmap = view.getDrawingCache(); return bitmap; }
標(biāo)簽:
版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請(qǐng)與原作者聯(lián)系。
總結(jié)
以上是生活随笔為你收集整理的android屏幕抓取,Android抓取屏幕展示 内容(类似屏幕截图)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 51单片机_9-2 8x8点阵动画显示
- 下一篇: rcar-du display timi