<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    What I would like to do is enable FLAG_KEEP_SCREEN_ON on my app<br>
    <br>
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/27758499/how-to-keep-the-screen-on-in-qt-for-android">http://stackoverflow.com/questions/27758499/how-to-keep-the-screen-on-in-qt-for-android</a><br>
    <br>
    Apparently to do this, I need Qt Android Extras or (I suppose)
    pyjnius<br>
    <br>
    it looks like I could modify the QtActivity.java generated by
    QtCreator, but each time I compile my app, QtCreator rewrite it...<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Le 27/07/2015 21:47, Stephen Chapman a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAGLrwVY=tD7sbeYx11Ggx8wdfSRXs+Ppaj2tGbQj4Tp6ght5eQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Pyjnius is just a way to access java classes from
        python.  Below is a very good example of this for Android.<br>
        <div>
          <div><br>
            <a moz-do-not-send="true"
              href="http://www.trivedigaurav.com/blog/pyjnius-to-rule-them-all/">http://www.trivedigaurav.com/blog/pyjnius-to-rule-them-all/</a><br>
          </div>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Mon, Jul 27, 2015 at 3:31 PM, Phil
          Thompson <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex"><span
              class="">On 27/07/2015 7:24 pm, Sébastien RAMAGE wrote:<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                Well, pyjnius require cython, so I suppose I need to
                compile<br>
                statically both cython and pyjnius ?<br>
                Any tips to do that ?<br>
              </blockquote>
              <br>
            </span>
            I've never used either of them. Is pyjnius a replacement for
            QtAndroidExtras?<br>
            <br>
            I'm happy to add specific support for cython generated
            extensions to pyqtdeploy.<br>
            <br>
            Phil<br>
            _______________________________________________
            <div class="HOEnZb">
              <div class="h5"><br>
                PyQt mailing list    <a moz-do-not-send="true"
                  href="mailto:PyQt@riverbankcomputing.com"
                  target="_blank">PyQt@riverbankcomputing.com</a><br>
                <a moz-do-not-send="true"
                  href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt"
                  rel="noreferrer" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
PyQt mailing list    <a class="moz-txt-link-abbreviated" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></pre>
    </blockquote>
    <br>
  </body>
</html>