Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツをギャラリーに画像として保存したいビューがあります。私は次のコードを使用しています:
MediaStore.Images.Media.insertImage(getContentResolver(), view.getDrawingCache(), filename, "desc");
ギャラリーで画像を開くと、画像のテキスト領域の周りに多くのアーティファクトがあることがわかります。
何か案が?
前もって感謝します。
私は答えを見つけました:
getContentResolver()の代わりにthis.getContentResolver( ) を使用します
これがあなたの活動の文脈です。