Android
2012.07.17 14:29

Android Property 사용하기

조회 수 29751 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

+ - Up Down Comment Print
?

단축키

Prev이전 문서

Next다음 문서

+ - Up Down Comment Print

1. 안드로이드에서 property란?

안드로이드 시스템에서 모든 프로세서들이 시스템의 설정값을 공유하는 저장소.

property에 write 가능한 프로세스는(property_write()을 실행 가능한 프로세스는), 오직 init process이다.

다른 프로세스에서 property에 write을 하기 위해서는, /dev/socket/property_service를 사용해 socket을 생성하여, init 프로세스에 요청한다.


2. 관련 함수.

Native.

2-1. property_init():

2-2. property_set():

2-3. property_get():

Java.

2-1.SystemProperties.set();

2-2. SystemProperties.get();


3. 관련 source

android/frameworks/base/core/java/android/os/SystemProperties.java


4. Property permission 선언 파일.

android\system\core\init\property_service.c

{ "persist.service.", AID_SYSTEM, 0 },

{ "service.brcm.bt.", AID_BLUETOOTH, 0 },


5. Property 사용을 위한 permission 설정.

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

package="com.android.java"

android:sharedUserId="android.uid.system"> //frameworks에서 system 권한.

"or"

mContext.enforceCallingOrSelfPermission(android.Manifest.permission.BLUETOOTH_ADMIN, "Need BLUETOOTH_ADMIN permission");

 

 


Dreamy의 코드 스크랩

내가 모으고 내가 보는

List of Articles
번호 분류 제목 날짜 조회 수 추천 수
176 PHP move_uploaded_file() 2014.04.29 10436 0
175 LINUX 리눅스 부팅시 명령스크립트 실행하기 2015.09.30 10418 0
174 Android logcat, main+kernel로그 합치는 로그 2014.10.07 10375 0
173 LINUX 리눅스에서 특정작업 or 명령어 반복하기 Crontab 2014.11.10 10360 0
172 Pi 아두이노 Arduino String Class 2017.07.16 10305 0
171 Android adb로 display 해상도 조정 2015.04.22 10290 0
170 LINUX shutdown 명령어 2013.07.26 10268 0
169 C# Application 클래스 2013.09.25 10184 0
168 LINUX 리눅스 시스템 시작시에 자동 실행할 파일 등록하기 2015.09.30 10168 0
167 PHP PHP GD 설명 2014.07.09 10145 0
166 일반 네트워크 특정 IP 작업그룹/컴퓨터명 정보 조회 1 2015.02.10 10109 0
165 C# DateTime.ToString 형식 2012.12.24 10061 0
164 C# 델리게이트와 이벤트(Delegates and Events) 2013.08.14 10031 0
163 Python map() 함수 2014.04.30 9989 0
162 Pi ftp 포트 변경하기 2015.10.01 9972 0
목록
Board Pagination ‹ Prev 1 ... 18 19 20 21 22 23 24 25 26 27 ... 34 Next ›
/ 34

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소

Designed by sketchbooks.co.kr / sketchbook5 board skin

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5