<?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 How to force the screen lock (to force the user to unlock when required) in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110767#M72111</link>
    <description>&lt;P&gt;In my application, after the user do some activities, I want to be able to LOCK the device screen, I mean, protected the device with the key (PIN or pattern) already defined by the user in IOS/Android/WP8. So the user must unlock keying the key to return to the application.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I couldn´t find any plugin to do this until now. Please let me know.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If there is no prlugin for this, how can I suggest to the Cordova developers to create one?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 01:42:49 GMT</pubDate>
    <dc:creator>Robson_R_</dc:creator>
    <dc:date>2016-03-15T01:42:49Z</dc:date>
    <item>
      <title>How to force the screen lock (to force the user to unlock when required)</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110767#M72111</link>
      <description>&lt;P&gt;In my application, after the user do some activities, I want to be able to LOCK the device screen, I mean, protected the device with the key (PIN or pattern) already defined by the user in IOS/Android/WP8. So the user must unlock keying the key to return to the application.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I couldn´t find any plugin to do this until now. Please let me know.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If there is no prlugin for this, how can I suggest to the Cordova developers to create one?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:42:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110767#M72111</guid>
      <dc:creator>Robson_R_</dc:creator>
      <dc:date>2016-03-15T01:42:49Z</dc:date>
    </item>
    <item>
      <title>Just to clarify, you want</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110768#M72112</link>
      <description>&lt;P&gt;Just to clarify, you want them to key in a password set earlier in the app? Or you want to call the native phone screen unlock functionality from your app?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you want to use a password - you can look into the &lt;A href="https://software.intel.com/en-us/app-security-api/api"&gt;App Security API&lt;/A&gt;. If you want to call the native phone lock &lt;SPAN style="font-size: 13.008px; line-height: 17.7382px;"&gt;function&lt;/SPAN&gt;&amp;nbsp;this might work for you,&amp;nbsp;&lt;A href="https://github.com/kitolog/cordova-plugin-screen-locker"&gt;https://github.com/kitolog/cordova-plugin-screen-locker&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 22:04:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110768#M72112</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2016-03-15T22:04:21Z</dc:date>
    </item>
    <item>
      <title>Anusha, first of all many</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110769#M72113</link>
      <description>&lt;P&gt;Anusha, first of all many thanks for the reply and suggestions. In fact I am looking for a functionality similar to the cordova-plugin-screen-locker you have mentioned. Unfortunately based on its documentation, it only works on Android, and I need for Android/IOS/WP8. Besides this, it looks like the plugin project is abandoned, no recent version.&lt;/P&gt;

&lt;P&gt;Anyway, many thanks for the reply.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Robson Reis&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 00:04:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110769#M72113</guid>
      <dc:creator>Robson_R_</dc:creator>
      <dc:date>2016-03-16T00:04:23Z</dc:date>
    </item>
    <item>
      <title>Hi Robson,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110770#M72114</link>
      <description>&lt;P&gt;Hi Robson,&lt;/P&gt;

&lt;P&gt;I tried to search any passcode plugin which will work for all the three platforms which you mentioned. But according to my research you need to include three different plugins for the three different platforms.&lt;/P&gt;

&lt;P&gt;For iOS-&amp;nbsp;https://github.com/EddyVerbruggen/cordova-plugin-touch-id&lt;/P&gt;

&lt;P&gt;For Android as Anusha specified&lt;/P&gt;

&lt;P&gt;Not sure about the windows.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 22:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-force-the-screen-lock-to-force-the-user-to-unlock-when/m-p/1110770#M72114</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2016-03-24T22:33:40Z</dc:date>
    </item>
  </channel>
</rss>

