MRepoApp / MRepo

A modules manager for Magisk, KernelSU and APatch
GNU General Public License v3.0
998 stars 44 forks source link

[FR] Add a confirmation prompt when installing a module from intent #218

Closed 821938089 closed 3 months ago

821938089 commented 3 months ago

Checklist

Enhancement propose

Add a confirmation prompt when installing a module from intent

Solution

A page pops up with a description of the module to be installed, alerting to security risks.

Additional info

No response

SanmerDev commented 3 months ago

I think this is redundant. You should check contents of the zipfile (include scripts) before you decide to install it.

This is the best way to ensure security. And if you can’t read scripts, learn it.