Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
tools
etwrp
Commits
adae336c
Commit
adae336c
authored
Dec 08, 2017
by
jason972000
Browse files
Default to device backup/restore vs. adb backup/restore
Change-Id: I81bfea1e9978dd003e96a48f399d259a878ddc44
parent
e17b78ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
data.cpp
View file @
adae336c
...
...
@@ -848,6 +848,8 @@ void DataManager::SetDefaultValues()
mData
.
SetValue
(
"tw_app_install_status"
,
"0"
);
// 0 = no status, 1 = not installed, 2 = already installed
#endif
mData
.
SetValue
(
"tw_enable_adb_backup"
,
"0"
);
pthread_mutex_unlock
(
&
m_valuesLock
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment