<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic John H. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039865#M45581</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;John H.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The permissions do not go away if all plugins are disabled. Got any other ideas?&lt;/P&gt;

&lt;P&gt;We were only using device and splashscreen. &amp;nbsp;The purpose of the exercise is to determine what in the world Cordova is doing between launching the app and displaying the splash screen. &amp;nbsp;I've reviewed the code for both plugins and there does not appear a need for those permissions. For example: device&lt;/P&gt;

&lt;TABLE class="highlight tab-size-8 js-file-line-container" style="box-sizing: border-box; border-collapse: collapse; tab-size: 8; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 13px; line-height: 18px;"&gt;
	&lt;TBODY style="box-sizing: border-box;"&gt;
		&lt;TR style="box-sizing: border-box;"&gt;&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-code js-file-line" id="LC70" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;if&lt;/SPAN&gt; (action&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;equals(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;getDeviceInfo&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;)) {&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="71" id="L71" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC71" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;&lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;JSONObject&lt;/SPAN&gt; r &lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;new&lt;/SPAN&gt; &lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;JSONObject&lt;/SPAN&gt;();&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="72" id="L72" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC72" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;uuid&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;Device&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;uuid);&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="73" id="L73" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC73" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;version&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getOSVersion());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="74" id="L74" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC74" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;platform&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getPlatform());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="75" id="L75" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC75" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;model&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getModel());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="76" id="L76" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC76" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;manufacturer&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getManufacturer());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="77" id="L77" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC77" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;callbackContext&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;success(r);&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="78" id="L78" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC78" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;}&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="79" id="L79" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;&lt;BR /&gt;
	No where network is required.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2015 21:35:54 GMT</pubDate>
    <dc:creator>John_F_3</dc:creator>
    <dc:date>2015-03-09T21:35:54Z</dc:date>
    <item>
      <title>Android manifest question</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039863#M45579</link>
      <description>&lt;P&gt;I extracted the manifest from the APK built in the quest for why splash screens are so slow in appearing.&lt;/P&gt;

&lt;P&gt;Why does it require permissions for internet and access wifi and network state? Does Cordova require them? Can they be turned off?&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;manifest&amp;nbsp; xmlns:android="&lt;A href="http://schemas.android.com/apk/res/android" style="color: rgb(17, 85, 204);" target="_blank"&gt;&lt;/A&gt;&lt;A href="http://schemas" target="_blank"&gt;http://schemas&lt;/A&gt;.&lt;WBR /&gt;android.com/apk/res/android"&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp;android:versionCode="20001" android:versionName="0.0.1" android:installLocation="0" android:hardwareAccelerated="&lt;WBR /&gt;true" package="xdk.intel.blank.ad.&lt;WBR /&gt;template.crosswalk" platformBuildVersionCode="19" platformBuildVersionName="4.4.&lt;WBR /&gt;2-1456859"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" android:xlargeScreens="true"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/supports-screens&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;uses-permission android:name="android.&lt;WBR /&gt;permission.ACCESS_NETWORK_&lt;WBR /&gt;STATE"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/uses-permission&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;uses-permission android:name="android.&lt;WBR /&gt;permission.ACCESS_WIFI_STATE"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/uses-permission&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;uses-permission android:name="android.&lt;WBR /&gt;permission.INTERNET"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/uses-permission&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;application android:label="@7F060046" android:icon="@7F02000A" android:debuggable="false" android:hardwareAccelerated="&lt;WBR /&gt;true"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;activity android:theme="@android:&lt;WBR /&gt;01030009" android:label="@7F060048" android:name="BlankProject" android:launchMode="1" android:configChanges="&lt;WBR /&gt;0x000004B4" android:windowSoftInputMode="&lt;WBR /&gt;0x00000010"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;intent-filter android:label="@7F060047"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;action android:name="android.intent.&lt;WBR /&gt;action.MAIN"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/action&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;category android:name="android.intent.&lt;WBR /&gt;category.LAUNCHER"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/category&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/intent-filter&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/activity&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/application&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19"&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/uses-sdk&amp;gt;&lt;/P&gt;

&lt;P style="color: rgb(34, 34, 34); line-height: normal; margin-bottom: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;lt;/manifest&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 07:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039863#M45579</guid>
      <dc:creator>John_F_3</dc:creator>
      <dc:date>2015-03-07T07:28:48Z</dc:date>
    </item>
    <item>
      <title>What plugins do you have</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039864#M45580</link>
      <description>&lt;P&gt;What plugins do you have selected for your project?&lt;/P&gt;

&lt;P&gt;If you turn off all plugins, and then look at the manifest if the internet access and wifi are still present, then it is Cordova that is requesting them.&lt;/P&gt;

&lt;P&gt;I would think they would go away unless you have plugin that requires them.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039864#M45580</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-03-09T15:56:30Z</dc:date>
    </item>
    <item>
      <title>John H.</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039865#M45581</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;John H.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The permissions do not go away if all plugins are disabled. Got any other ideas?&lt;/P&gt;

&lt;P&gt;We were only using device and splashscreen. &amp;nbsp;The purpose of the exercise is to determine what in the world Cordova is doing between launching the app and displaying the splash screen. &amp;nbsp;I've reviewed the code for both plugins and there does not appear a need for those permissions. For example: device&lt;/P&gt;

&lt;TABLE class="highlight tab-size-8 js-file-line-container" style="box-sizing: border-box; border-collapse: collapse; tab-size: 8; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 13px; line-height: 18px;"&gt;
	&lt;TBODY style="box-sizing: border-box;"&gt;
		&lt;TR style="box-sizing: border-box;"&gt;&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-code js-file-line" id="LC70" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;if&lt;/SPAN&gt; (action&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;equals(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;getDeviceInfo&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;)) {&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="71" id="L71" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC71" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;&lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;JSONObject&lt;/SPAN&gt; r &lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;new&lt;/SPAN&gt; &lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;JSONObject&lt;/SPAN&gt;();&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="72" id="L72" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC72" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;uuid&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-stj" style="box-sizing: border-box;"&gt;Device&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;uuid);&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="73" id="L73" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC73" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;version&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getOSVersion());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="74" id="L74" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC74" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;platform&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getPlatform());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="75" id="L75" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC75" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;model&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getModel());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="76" id="L76" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC76" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;r&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;put(&lt;SPAN class="pl-s1" style="box-sizing: border-box; color: rgb(24, 54, 145);"&gt;&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;manufacturer&lt;SPAN class="pl-pds" style="box-sizing: border-box;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="pl-v" style="box-sizing: border-box; color: rgb(237, 106, 67);"&gt;this&lt;/SPAN&gt;&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;getManufacturer());&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="77" id="L77" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC77" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;callbackContext&lt;SPAN class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);"&gt;.&lt;/SPAN&gt;success(r);&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="78" id="L78" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
			&lt;TD class="blob-code js-file-line" id="LC78" style="box-sizing: border-box; padding: 0px 10px; position: relative; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; overflow: visible; word-wrap: normal;"&gt;}&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR style="box-sizing: border-box;"&gt;
			&lt;TD class="blob-num js-line-number" data-line-number="79" id="L79" style="box-sizing: border-box; padding: 0px 10px; width: 50px; min-width: 50px; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; color: rgba(0, 0, 0, 0.298039); text-align: right; border-style: solid; border-color: rgb(238, 238, 238); border-width: 0px 1px 0px 0px; cursor: pointer; -webkit-user-select: none;"&gt;&amp;nbsp;&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;&lt;BR /&gt;
	No where network is required.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 21:35:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039865#M45581</guid>
      <dc:creator>John_F_3</dc:creator>
      <dc:date>2015-03-09T21:35:54Z</dc:date>
    </item>
    <item>
      <title>From what I understand, since</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039866#M45582</link>
      <description>&lt;P&gt;From what I understand, since we're using Cordova/Phonegap here and it uses a browser (WebView/Crosswalk), the internet permission is baked in and required by default.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It's a bit like when you want to control an Android device's flash light, and you are required to add the 'camera' permission.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 21:47:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039866#M45582</guid>
      <dc:creator>simsam7</dc:creator>
      <dc:date>2015-03-10T21:47:47Z</dc:date>
    </item>
    <item>
      <title>Cordova requires the INTERNET</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039867#M45583</link>
      <description>&lt;P&gt;Cordova requires the INTERNET permission, it uses that mechanism to jump "the gap" between JavaScript and native. A Cordova app that includes zero plugins will always include the INTERNET permission. The other permissions should not show up if you are using zero plugins.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 22:32:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-manifest-question/m-p/1039867#M45583</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-03-10T22:32:04Z</dc:date>
    </item>
  </channel>
</rss>

