nano: Add File Manager option to edit selected file
Change-Id: Ie7d940545569e6de976d2a51666b692f3fc23798
This commit is contained in:
committed by
bigbiff
parent
5078965777
commit
16dd81b500
@@ -919,6 +919,12 @@ void DataManager::SetDefaultValues()
|
||||
mData.SetValue("tw_app_install_status", "0"); // 0 = no status, 1 = not installed, 2 = already installed
|
||||
mData.SetValue("tw_app_installed_in_system", "0");
|
||||
#endif
|
||||
#ifndef TW_EXCLUDE_NANO
|
||||
mConst.SetValue("tw_include_nano", "1");
|
||||
#else
|
||||
LOGINFO("TW_EXCLUDE_NANO := true\n");
|
||||
mConst.SetValue("tw_include_nano", "0");
|
||||
#endif
|
||||
|
||||
mData.SetValue("tw_enable_adb_backup", "0");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user