1
0
mirror of https://github.com/danog/termux-api.git synced 2025-01-22 13:21:10 +01:00

Fixed unended JSON object for TelephonyDeviceInfo

This commit is contained in:
Eduardo Pereira de Sousa 2016-08-09 23:39:29 -03:00
parent 1a85aeffb5
commit c927b7d5a5

View File

@ -280,6 +280,8 @@ public class TelephonyAPI {
}
out.endObject();
}
});
}