I'm new here at SO (long time reader)
I'm a developper (soft, web, mobile) and I have a specific request.
I got approched by a friend who works for a mobile phone carrier, and asked me if I can develop for them a custom Android market for the stock phones they sell to their customers (mainly low cost Android smartphones and tablets) for local (country) developped apps.
It's a big project involving a server side (THE market) and a client side (the android app).
For the server side, I've got no problem since it's a standard, common thing.
Now I'm studying the feasability of the client (the app) and my vision is not clear...
- First, I will get the support of the manufacturer which is good.
Now correct me if I'm wrong
I think the app will be a sys app
The app should be signed with the ROM key (obtained from manufacturer) so it could install APKs bypassing Android secuity (not sure if it's enough though).
The app will have INSTALL_PACKAGES* authorisation (among others).
The app will call pm install package (so it'll display the package authorisations) .. not sure about this too.
How about pakages updates ??
- Finally I'll send the app to the manufacturer to include it in the ROM.
Thank you for your help !