Git Product home page Git Product logo

Comments (8)

sphh avatar sphh commented on September 13, 2024 1

Here are two links which might help you:

  • "Homebot enables you to change the behaviour of the home button on you smartphone".
  • The DuckDuckGo Android App can become an assistant app. The source code can be found at GitHub. Maybe that can help to figure out how to implement it?

The assistant app can be set in Nougat 7.0 with Settings > Apps > Configure apps (the little wheel) > Assist & voice input > Assist app.

from lock.

seguri avatar seguri commented on September 13, 2024

Thanks for using it and thanks for this nice idea! I've never done something similar so I'll need to research a little bit. Please share any link that could help me 😃 (I already found this)

from lock.

seguri avatar seguri commented on September 13, 2024

Hi,
I found that adding this to the manifest:

<intent-filter>
    <action android:name="android.intent.action.ASSIST" />
    <category android:name="android.intent.category.DEFAULT" />
</intent-filter>

makes long-press call my activity's onCreate. This could be enough for our purposes but I don't understand why onProvideAssistContent isn't called.

EDIT: IN the meanwhile, I released version 1.3.0, let me know if it suits you.

from lock.

sphh avatar sphh commented on September 13, 2024

Thanks @seguri. That's great. I hope it makes it into F-Droid quickly, because I can't wait to test it!

from lock.

sphh avatar sphh commented on September 13, 2024

Do you know when this app will make its way into F-Droid?

from lock.

seguri avatar seguri commented on September 13, 2024

I've checked and the build failed. I've never seen this happen, I'm asking on irc

from lock.

seguri avatar seguri commented on September 13, 2024

Version 1.3.1 is online!

from lock.

sphh avatar sphh commented on September 13, 2024

Thanks!!!! Works brilliantly!

from lock.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.