<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gabuchan</author_name>
  <author_url>https://blog.hatena.ne.jp/gabuchan/</author_url>
  <blog_title>がぶちゃんの日記</blog_title>
  <blog_url>https://gabu.hatenablog.com/</blog_url>
  <categories>
    <anon>Android</anon>
  </categories>
  <description>プロフィール写真やアイコン画像の設定画面なんかでよくある「写真を選んで→トリミングして」ってやつです。 あんまり日本語の情報がなかったので書きます。 ギャラリーを呼び出して写真を選ぶ public void onChangePhotoClick(View view) { Intent intent = new Intent(); intent.setType(&quot;image/*&quot;); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(intent, REQUEST_GET_CONTENT); } トリミング機能…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgabu.hatenablog.com%2Fentry%2F20110329%2F1301396533&quot; title=&quot;インテントでAndroid標準のトリミング機能（アプリ）を呼び出す方法 - がぶちゃんの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-03-29 20:02:13</published>
  <title>インテントでAndroid標準のトリミング機能（アプリ）を呼び出す方法</title>
  <type>rich</type>
  <url>https://gabu.hatenablog.com/entry/20110329/1301396533</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
