Files
strongswan-ext/src
Tobias Brunner 6405653da2 android: Avoid lint errors when determining column indices
The lint version used on our GitHub build hosts reported these errors:

Error: Value must be ≥ 0 [Range]
        db.update(TABLE_VPNPROFILE, values, KEY_ID + " = " + cursor.getLong(cursor.getColumnIndex(KEY_ID)), null);

That's because get*() expect a valid index >= 0 but getColumnIndex()
can return -1 if the column name doesn't exist.
2021-05-05 16:40:14 +02:00
..
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-09-09 13:25:30 +02:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00