Coder Social home page Coder Social logo

Comments (2)

rovo89 avatar rovo89 commented on June 29, 2024

This request comes up from time to time, but I haven't seen a single valid use-case for it yet.

Most of the time, the reason for the request is that two modules interfere with each other, e.g. both of them change a certain icon or the color of the status bar clock. Obviously, using two modules to change the same thing will lead to conflicts. The color can't be red and blue at the same time, so only one module can win. That should be clear.

Now let's assume you have module A which concentrates on providing status bar related tweaks that you want to use. You also have module B with lots of functions, including the possibility to set the clock color. But you don't want to use that function from module B as you have more options in module A. This shouldn't be a problem, because module B should have an option to disable this feature.

In reality, some all-in-one modules might not offer such an option, or the might simply enforce the device default color. True, if you could change the startup order of modules, then you could let module A win. But this would only work in a limited number of cases. This should really be fixed in the affected module(s). Introducing a priority as a workaround will give developer an execuse to use bad practices.

That's the common use-case I have heard, but as I mentioned, I don't think it is a valid one. Did you have a different usage for it in mind?

from xposed.

rovo89 avatar rovo89 commented on June 29, 2024

Closing due to lack of response. If anybody thinks this feature is needed, please provide some good reasons.

from xposed.

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.