Uri packageURI = Uri.parse("package:kr.susemi99.myapp"); Intent uninstallIntent = new Intent(Intent.ACTION_DELETE, packageURI); startActivity(uninstallIntent);
앱 목록에 안나오는 앱은 이걸로 삭제하면 된다. (물론 이걸로도 삭제 안되는 앱도 있음)
'프로그래밍 > android' 카테고리의 다른 글
[android] Bing Translator API 사용하기 (0) | 2013.07.10 |
---|---|
[android] 한글 자소 분리 (0) | 2013.07.08 |
[android] 패키지 이름으로 앱 삭제하기 (0) | 2013.06.14 |
[android] Ringtone play complete listener (0) | 2013.06.12 |
[android] SpeechRecognizer를 이용한 dB meter (0) | 2013.05.12 |
[android] Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-7.xml, reason: File not found (2) | 2013.05.10 |
댓글을 달아 주세요