Closed apsun closed 8 years ago
Since the Xposed module no longer needs to write to the blocked SMS database directly, we can split the databases and providers into two separate ones. This means we can version them separately, and require different permissions for each.
This would also be a good opportunity to resolve issues #2 and #6, so we only have to change the database schema once.
As of the latest change, the usefulness of this change is questionable. Most likely won't fix.
Since the Xposed module no longer needs to write to the blocked SMS database directly, we can split the databases and providers into two separate ones. This means we can version them separately, and require different permissions for each.