Yes, I know Google offers to translate the post, and the translation is even pretty good: but you will always get better answers if you post in English, even if the English is not so good.
Furthermore, in your case, you need to be more specific in your request for help. What are these 'dificuldades'? Are you referring to your inability to find how to read the list of applications installed on the device? You need to start with reading (all beginning Android developers must start with a lot of reading) the documentation for the class PackageManager and perhaps package android.content.pm. Depending on what information about applications installed you need, you may or may not be able to get by with getPackageManager(), ApplicationInfo and getInstalledApplications() On Monday, April 8, 2013 8:03:26 PM UTC-7, eduardo santiago wrote: > > Sou um novo desenvolvedor android e estou desenvolvendo um aplicativo, mas > estou com dificuldades em uma parte dele; meu aplicativo precis ler e > retornar para o usuário os apps instalados no parelho, mas não sei como o > fazer se alguém puder me ajudar ficarei muito agradecido! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

