티스토리 뷰
현재 자신의 리소스 외에도 다른 앱의 리소스에 접근이 가능하다.
방법은 다음과 같다.
1. PackageManager Clsss를 이용하는 방법
PackageManager pm = getPackageManager(); Resources res = pm.getResourcesForApplication("패키지명");
2. createPackageContext Method를 이용하는 방법
Context context = createPackageContext("패키지명", 0); Resources res = context.getResources();
Resource를 가져왔을 경우에, id를 가져오는 방법도 존재한다.
int id = res.getIdentifier("icon_launcher", "drawable", "패키지명");
잘 사용하면 되겠다.
'Mobile > Android' 카테고리의 다른 글
Notification (0) | 2014.08.11 |
---|---|
Drawable to Bitmap (0) | 2014.08.08 |
어플 설치 여부 확인 (0) | 2014.08.08 |
설치된 어플 목록 가져오기 (0) | 2014.08.08 |
PackageName으로 어플구동 (0) | 2014.08.08 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- go
- centos8
- war
- php
- Linux
- Java
- nodejs
- Kotlin
- SWIFT
- MySQL
- ios
- Gradle
- android
- Xcode
- git
- golang
- CentOS
- Spring
- Python
- enum
- Codable
- cocoapods
- windows10
- rxswift
- intellij
- github
- Windows
- docker
- ubuntu
- tomcat
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함