nisrulz / easydeviceinfo

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

getDeviceType() tweaked #31

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...