Separate GetDeviceID from Phone Library?

WZSun

Member
Licensed User
Longtime User
Hi Erel,
I'm glad the Phone library has been actively been updated with newer functions.

There may be cases where only the GetDeviceID is used in a project, making the other functions in the Phone library "redundant".

One possible method is to put the GetDeviceID function into the Core Library since this is the main library providing essential functions.

Though the Phone Library is still small in filesize, it has grown by a few KBytes since the first release. By transferring the function to the Core library, the project's compiled size can be much smaller.

Rgds
 

susu

Well-Known Member
Licensed User
Longtime User
GetDeviceID belongs to Phone library because it need "Phone read permission".
 
Top