mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 07:10:50 +00:00
Cleanup
This commit is contained in:
parent
dcdb29e635
commit
f9d1b63987
1 changed files with 0 additions and 2 deletions
|
@ -1157,7 +1157,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
}
|
||||
|
||||
private void filterExport(XmlSerializer serializer) throws IOException {
|
||||
PackageManager pm = getPackageManager();
|
||||
Cursor cursor = DatabaseHelper.getInstance(this).getAccess();
|
||||
int colUid = cursor.getColumnIndex("uid");
|
||||
int colVersion = cursor.getColumnIndex("version");
|
||||
|
@ -1182,7 +1181,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
}
|
||||
|
||||
private void forwardExport(XmlSerializer serializer) throws IOException {
|
||||
PackageManager pm = getPackageManager();
|
||||
Cursor cursor = DatabaseHelper.getInstance(this).getForwarding();
|
||||
int colProtocol = cursor.getColumnIndex("protocol");
|
||||
int colDPort = cursor.getColumnIndex("dport");
|
||||
|
|
Loading…
Reference in a new issue