Giter Club home page Giter Club logo

Comments (2)

MuntashirAkon avatar MuntashirAkon commented on June 15, 2024 4

Hi @TacoTheDank, I've been requested to investigate if this exact feature can also be added in App Manager (it can't right now). However, it might be possible for Scoop to have this feature. Looking at the framework source for Shell (here's a starting point for you), it appears that bug report handler relies on a system protected broadcast receiver com.android.internal.intent.action.BUGREPORT_REQUESTED (might vary among Android versions) which is sent to the selected bug report handler when triggered. Everything is good on that part (you can copy the exact behaviour from Shell, I think). The primary issue for Scoop would be to become the default bug report handler. The selection activity is available in settings or can be set directly via Global settings table. But it wouldn't work even if you select Scoop as the default bug report handler because you'd need your app to be whitelisted under bugreport-whitelisted (which you can do systemless-ly using Magisk or may get ActivityManager to return you package name using Xposed).

If you're really interested in this feature, I suggest first try whitelisting and selecting Scoop as a bug report handler and check if the broadcast receiver is actually called by the system and then proceed further. Good luck 😉

from scoop.

TacoTheDank avatar TacoTheDank commented on June 15, 2024

Interesting, I had never even thought of that 🤔. I did some preliminary searching around for information, but I couldn't really find anything that would indicate how I could get Scoop into that list.

from scoop.

Related Issues (20)

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.