HIGHLY EXPERIMENTAL AND UNTESTED support for Xperia Play touchpad

This commit is contained in:
pelya
2012-02-15 15:27:03 +02:00
parent a9e742b7b6
commit 7739613731
5 changed files with 129 additions and 14 deletions

View File

@@ -2438,6 +2438,8 @@ class Settings
{
String [] files = Globals.DeleteFilesOnUpgrade.split(" ");
for(String path: files) {
if( path.equals("") )
continue;
File f = new File( Globals.DataDir + "/" + path );
if( !f.exists() )
continue;