-
Notifications
You must be signed in to change notification settings - Fork 44
Add Lineage and Motorola settings database To SetEdit. #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
TODO: hide Unavailable Settings Databases Manifest Lists Used queries
MuntashirAkon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly okay, except the 4 issues that needs to be addressed. Thanks.
app/src/main/java/io/github/muntashirakon/setedit/EditorActivity.java
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/muntashirakon/setedit/utils/SettingsUtils.java
Show resolved
Hide resolved
app/src/main/java/io/github/muntashirakon/setedit/utils/SettingsUtils.java
Show resolved
Hide resolved
Found and implemented LOS settings command in SettingsUtils.java Further edits made to inform user of root requirements for motorola table. Signed-off-by: Theray Tharow <[email protected]>
|
After personal testing, prompt on attempted edit of Motorola table without root, was added |
So canEdit is false for the motorola table unless the the user somehow has access. in the similar way to the AndroidPropertiesRecyclerAdapter.java Signed-off-by: Theray Tharow <[email protected]>
|
Prompt removed as it always causes a crashed after a permission fail. |
Open to reformating code to match existing code as desired.
This could also be completed with by adding a settingsLocation along with settingstype in the SettingsRecyclerAdapter.
This alternate solution could be made if desired.
#41