<?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 locktask plugin in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073586#M59009</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
	&lt;BR /&gt;
	Has anyone applied that "https://github.com/oddmouse/cordova-plugin-locktask" locktask plugin ?&lt;BR /&gt;
	&lt;BR /&gt;
	First, I dont know where I will put the&amp;nbsp;DeviceAdminExample java file in plugin ? I put the file under the same file folder with LockTask.java&amp;nbsp;&lt;BR /&gt;
	Second, I followed the instructions "here&amp;nbsp;https://software.intel.com/en-us/xdk/faqs/general#android-manifest" for modifying the manifest file.&lt;BR /&gt;
	But when I put the code;&lt;/P&gt;

&lt;P&gt;"&amp;lt;receiver android:label="@string/app_name" android:name="DeviceAdminExample" android:permission="android.permission.BIND_DEVICE_ADMIN"&amp;gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;meta-data android:name="android.app.device_admin" android:resource="@xml/device_admin" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;action android:name="android.app.action.DEVICE_ADMIN_ENABLED" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;/intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;/receiver&amp;gt;"&lt;BR /&gt;
	&lt;BR /&gt;
	intel xdk removes it after building.&lt;BR /&gt;
	&lt;BR /&gt;
	Please Help;&lt;BR /&gt;
	&lt;BR /&gt;
	Best Regards.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 13:03:02 GMT</pubDate>
    <dc:creator>akin_o_</dc:creator>
    <dc:date>2017-04-04T13:03:02Z</dc:date>
    <item>
      <title>locktask plugin</title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073586#M59009</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
	&lt;BR /&gt;
	Has anyone applied that "https://github.com/oddmouse/cordova-plugin-locktask" locktask plugin ?&lt;BR /&gt;
	&lt;BR /&gt;
	First, I dont know where I will put the&amp;nbsp;DeviceAdminExample java file in plugin ? I put the file under the same file folder with LockTask.java&amp;nbsp;&lt;BR /&gt;
	Second, I followed the instructions "here&amp;nbsp;https://software.intel.com/en-us/xdk/faqs/general#android-manifest" for modifying the manifest file.&lt;BR /&gt;
	But when I put the code;&lt;/P&gt;

&lt;P&gt;"&amp;lt;receiver android:label="@string/app_name" android:name="DeviceAdminExample" android:permission="android.permission.BIND_DEVICE_ADMIN"&amp;gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;meta-data android:name="android.app.device_admin" android:resource="@xml/device_admin" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;action android:name="android.app.action.DEVICE_ADMIN_ENABLED" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;/intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;&amp;lt;/receiver&amp;gt;"&lt;BR /&gt;
	&lt;BR /&gt;
	intel xdk removes it after building.&lt;BR /&gt;
	&lt;BR /&gt;
	Please Help;&lt;BR /&gt;
	&lt;BR /&gt;
	Best Regards.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 13:03:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073586#M59009</guid>
      <dc:creator>akin_o_</dc:creator>
      <dc:date>2017-04-04T13:03:02Z</dc:date>
    </item>
    <item>
      <title>Quote:akin o. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073587#M59010</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;akin o. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;intel xdk removes it after building.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The FAQ you reference requires creating a custom plugin. However, because the Intel XDK build system is going away, and PhoneGap Build does not support custom plugins (unless you have a paid account), you should consider using Cordova CLI directly. The instructions provided by the plugin author will then apply to your CLI project.&lt;/P&gt;

&lt;P&gt;I don't understand what you mean by "intel xdk removes it after building." What do you mean by "it"?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:20:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073587#M59010</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-04-04T19:20:03Z</dc:date>
    </item>
    <item>
      <title>Hello Paul, </title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073588#M59011</link>
      <description>&lt;P&gt;Hello Paul,&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks your answer&lt;BR /&gt;
	&lt;BR /&gt;
	i meant &lt;SPAN style="font-size: 12px;"&gt;"&amp;lt;receiver android:label="@string/app_name" android:name="DeviceAdminExample" android:permission="android.permission.BIND_DEVICE_ADMIN"&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;lt;meta-data android:name="android.app.device_admin" android:resource="@xml/device_admin" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;lt;intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;lt;action android:name="android.app.action.DEVICE_ADMIN_ENABLED" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;lt;/intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;lt;/receiver&amp;gt;&lt;/SPAN&gt;" by it&lt;BR /&gt;
	&lt;BR /&gt;
	:)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073588#M59011</guid>
      <dc:creator>akin_o_</dc:creator>
      <dc:date>2017-04-04T19:27:36Z</dc:date>
    </item>
    <item>
      <title>Okay, that's what I thought,</title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073589#M59012</link>
      <description>&lt;P&gt;Okay, that's what I thought, which implies that the custom plugin that I assume you created (using the referenced FAQ) did not work. But unless you're going to pay for a PhoneGap Build account, there's no point to creating a custom plugin. If you want to use this plugin, I recommend you build with Cordova CLI on your system.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073589#M59012</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-04-04T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Thanks again :)</title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073590#M59013</link>
      <description>&lt;P&gt;Thanks again :) but i dont know how to use it :) can you please suggest where should I begin first?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073590#M59013</guid>
      <dc:creator>akin_o_</dc:creator>
      <dc:date>2017-04-04T19:36:00Z</dc:date>
    </item>
    <item>
      <title>For instructions on how to</title>
      <link>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073591#M59014</link>
      <description>&lt;P&gt;For instructions on how to setup Cordova CLI, start with the second half of this doc &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/build-xdk-app-with-phonegap-cordova-cli" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/build-xdk-app-with-phonegap-cordova-cli&lt;/A&gt; &amp;lt; and follow the links in that article to the official Cordova CLI docs.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:00:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/locktask-plugin/m-p/1073591#M59014</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-04-04T21:00:08Z</dc:date>
    </item>
  </channel>
</rss>

