안드로이드 개발 질문/답변
(글 수 45,052)
안녕하세요
조용히 인스톨 시키는 방법을 찾다가 아래와 같은 블러그에서 방법을 찾았는데요..
사이트에 보면 예제 파일도 있습니다.
http://paulononaka.wordpress.com/2011/07/02/how-to-install-a-application-in-background-on-android/
그런데 이거 하려면 <uses-permission android:name="android.permission.INSTALL_PACKAGES"/>
이 퍼미션을 가져와야 되는데 .. 어떤 방법으로 해야 되죠..
구글에서 찾아보니깐 apk 사이닝키가 제폼명하고 일치하면 퍼미션이 된다고 하는 글도 봤는데요..
정확한것 같지 않아서요... 혹시 아시는 분 있으면 알려주세요.. 제품을 조용히 업데이트 시키는것을 구현 중이라서요
http://vladnevzorov.com/2011/03/17/how-to-install-security-certificate-on-android/
이라서는 글에서 힌트를 찾았기는 햇는데요.. 좋은 방법이 있을까요?




참고하신 웹페이지를 끝까지 읽어보시면..일반 개발자는 안된다는거죠
Hi guys, I found the problem and unfortunately my news is not good. I discovered that this technique only works for me because I use the security certificate of the simulator (the same certificate used by my device in my case). I researched and saw that there are two ways to use the API hidden:
- Put your application pre-installed into a system folder on the ROM
- Compile your application using the manufacturer’s security certificate
So this will just be useful for you if you will make an application to a specific device and you have the certificate of it, just like me. I apologize for not notifying it before, but I did not know that. I’ll update my post and I’ll warn about it at first. Thank you for the feedback.