1

I am using Mono for Android to develop an app in C#.

I need to retrieve a list of installed apps for the device but not sure where to start.

Could anyone point me into the right direction?

Thanks

RyanDreggs
  • 196
  • 5
  • 16

1 Answers1

2

These could be this one or this or even this - these are links for java.

The next thing to look is how to call that java-api from mono - that for instance.

Hope this is good place to start ...

Community
  • 1
  • 1
alex.b
  • 4,547
  • 1
  • 31
  • 52