<?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>Vrac-it.fr &#187; Permissions</title>
	<atom:link href="http://www.vrac-it.fr/tag/permissions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vrac-it.fr</link>
	<description>L&#039;informatique en vrac</description>
	<lastBuildDate>Fri, 06 May 2011 22:24:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Android et l&#039;exception UnknownHostException</title>
		<link>http://www.vrac-it.fr/programmation/android/android-et-lexception-unknownhostexception</link>
		<comments>http://www.vrac-it.fr/programmation/android/android-et-lexception-unknownhostexception#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:07:51 +0000</pubDate>
		<dc:creator>Guillaume Delente</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[UnknownHostException]]></category>

		<guid isPermaLink="false">http://www.vrac-it.fr/?p=422</guid>
		<description><![CDATA[Si une exception "UnknownHostException" est levée alors que tout vous semble normal, c'est sûrement parce que vous avez oublié d'autoriser l'application à accéder au web! Modifiez votre AndroidManifest.xml en ajoutant &#60;uses-permission android:name=&#34;android.permission.INTERNET&#34; /&#62; dans le manifest. Il devrait ressembler à cela : &#60;manifest xmlns:android=&#34;http://schemas.android.com/apk/res/android&#34; package=&#34;com.android.app.myapp&#34; &#62; &#60;uses-permission android:name=&#34;android.permission.INTERNET&#34; /&#62; &#60;/manifest&#62;]]></description>
		<wfw:commentRss>http://www.vrac-it.fr/programmation/android/android-et-lexception-unknownhostexception/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

