nisrulz / easydeviceinfo

:iphone: [Android Library] Get device information in a super easy way.
Apache License 2.0
1.77k stars 227 forks source link

Update EasyDeviceMod.java #32

Closed XiXiongMaoXiong closed 2 years ago

XiXiongMaoXiong commented 3 years ago

Removed the need for an Activity in order to retrieve display information. The reason being that an Activity made the method invokes be strict, so you cannot call it from a service or a non-Activity place. Now it is accessible anywhere...