jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Remove getpermissions and add platform.db #38

Closed jakev closed 8 years ago

jakev commented 8 years ago

getpermissions is old and simply grabs the '/system/permissions/' directory. I'm going to add a platformdb module which has the following:

Removed modules: getpermissions, platformdiff Added module: platformdb

platformdb will support: create - Creates the DB (getpermissions + DB) diff - Diff the DB (an updated platformdiff) *dump - Prints information from the DB (new functionality)

jakev commented 8 years ago

Going to mark this as a bug and up the priority, since I've discovered that some OEMs have and tags in other files besides "platform.xml", and these definitely need to be parsed.

jakev commented 8 years ago

Implemented: https://github.com/jakev/dtfmods-core/commit/c39ba2cdf73c187281ecf752ba668feee0b3fdf7