Im making an app for my website, I need to know the system info of whoever installs my app,
I have an email.java Activity class, i am wondering if its possible to add the system info as an attachment or on the bottom of whatever’s typed,
I also have a text.java Activity which id like to do same if possible (not attachment)
or someway of me “viewing” the system info when they contact me by email or sms.
Long winded question but any pointer would be very helpful.
Im learning android everyday at the minute as im wanting to get into programming. so bare this is mind when answering.
Thanks
Check out the Build class:
http://developer.android.com/reference/android/os/Build.html
Build.DEVICEorBuild.MODELmay be what you’re looking for. You can just append that to the end of the text you create in your email Activity.