-
大小: 34KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-17
- 語言: Java
- 標(biāo)簽: adnroid8.1??te??源碼??
資源簡介
當(dāng)前8.1中添加系統(tǒng)service 與之前有很大差異,為添加系統(tǒng)級別service 加深對android 系統(tǒng)的了解,同時也為了共享經(jīng)驗(yàn),服務(wù)大家。

代碼片段和文件信息
package?android.app;
import?android.os.RemoteException;
import?android.annotation.SystemService;
import?android.content.Context;
@SystemService(Context.HELLO_SERVICE)
public?final?class?HelloWorldManager{
??private?final?IHelloWorldManager?mService;
????private?Context?mContext;
??/**
???*?@hide?to?prevent?subclassing?from?outside?of?the?framework
???*/
??HelloWorldManager(Context?contextIHelloWorldManager?service){
????????mContext?=?context;
????mService?=?service;
??}
??/**
???*?Like?{@link?#HelloWorldManager(?)}?but?allowing?the?caller?to?specify
???*?that?the?vibration?is?owned?by?someone?else.
???*?@hide
???*/
??public?void?printHello(){
????try{
??????mService.printHello();
????}catch?(RemoteException?ex){
????}
??}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????60??2018-07-04?15:08??code\device\sprd\sharkl2\common\plat_sepolicy\private\hello.te
?????文件?????????60??2018-07-04?15:08??code\device\sprd\sharkl2\common\plat_sepolicy\public\hello.te
?????文件????????766??2018-07-04?15:01??code\fr
?????文件????????154??2018-07-04?15:01??code\fr
?????文件?????208725??2018-07-04?15:06??code\fr
?????文件????????662??2018-07-04?15:03??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device\sprd\sharkl2\common\plat_sepolicy\private
?????目錄??????????0??2018-07-04?15:08??code\device\sprd\sharkl2\common\plat_sepolicy\public
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device\sprd\sharkl2\common\plat_sepolicy
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device\sprd\sharkl2\common
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device\sprd\sharkl2
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device\sprd
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:08??code\device
?????目錄??????????0??2018-07-04?15:09??code\fr
?????目錄??????????0??2018-07-04?15:09??code
-----------?---------??----------?-----??----
???????????????210427????????????????????27
............此處省略0個文件信息
- 上一篇:itcast-tools-1.4.2.jar
- 下一篇:java 程序換頭像
評論
共有 條評論