Is there any way to get device Id using MIT App inventor?
I am using Activity starter from other stuff and setting properties like this:
android.intent.action.ACTION_MAIN
TelephonyManager
android.telephony
Is this the correct process for getting the device id?
as Gary already mentioned, this is currently not possible with AI
EDIT: However, you can identify a user with OAuth, see an example here http://puravidaapps.com/taifunOA.php. The user can authorize the app to get his email address for identification.
UPDATE: now with the new Extension feature, you can use an extension to get this information, see also my answer here.