<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; android获取手机信息</title>
	<atom:link href="http://zhoumo123.cn/tag/android%e8%8e%b7%e5%8f%96%e6%89%8b%e6%9c%ba%e4%bf%a1%e6%81%af/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>Android获取手机的型号和系统版本</title>
		<link>http://zhoumo123.cn/android/374.html</link>
		<comments>http://zhoumo123.cn/android/374.html#comments</comments>
		<pubDate>Fri, 12 Sep 2014 01:44:27 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android获取手机信息]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=374</guid>
		<description><![CDATA[注：android.os.Build.VERSION.RELEASE获取版本号 android.os.Build.MODEL 获取手机型号]]></description>
				<content:encoded><![CDATA[<pre class="brush: java; title: ; notranslate">

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);
setContentView(R.layout.main);
TextView textView = (TextView) findViewById(R.id.text);
textView.setText(&quot;Product Model: &quot; + android.os.Build.MODEL + &quot;,&quot;
+ android.os.Build.VERSION.SDK + &quot;,&quot;
+ android.os.Build.VERSION.RELEASE);
}

</pre>
<p>注：android.os.Build.VERSION.RELEASE获取版本号<br />
android.os.Build.MODEL 获取手机型号</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/android/374.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
