资源简介

android开机自动启动service例子 android开机自动启动service例子

资源截图

代码片段和文件信息

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.testService;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int Button01=0x7f050000;
        public static final int Button02=0x7f050001;
    }
    public static final class layout {
        public static final int main=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int hello=0x7f040000;
        public static final int service_pause=0x7f040004;
        public static final int service_start=0x7f040002;
        public static final int service_stop=0x7f040003;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-05-10 17:26  testService\
     文件         280  2010-05-10 17:26  testService\.classpath
     文件         847  2010-05-10 17:26  testService\.project
     文件        1174  2010-05-11 15:29  testService\AndroidManifest.xml
     目录           0  2010-05-10 17:26  testService\assets\
     目录           0  2010-05-11 15:29  testService\bin\
     文件        8316  2010-05-11 15:29  testService\bin\classes.dex
     目录           0  2010-05-11 13:16  testService\bin\com\
     目录           0  2010-05-11 15:24  testService\bin\com\testService\
     文件         331  2010-05-11 15:29  testService\bin\com\testService\R$attr.class
     文件         391  2010-05-11 15:29  testService\bin\com\testService\R$drawable.class
     文件         409  2010-05-11 15:29  testService\bin\com\testService\R$id.class
     文件         385  2010-05-11 15:29  testService\bin\com\testService\R$layout.class
     文件         528  2010-05-11 15:29  testService\bin\com\testService\R$string.class
     文件         510  2010-05-11 15:29  testService\bin\com\testService\R.class
     文件         739  2010-05-11 14:57  testService\bin\com\testService\testService$1.class
     文件         739  2010-05-11 14:57  testService\bin\com\testService\testService$2.class
     文件        2682  2010-05-11 14:57  testService\bin\com\testService\testService.class
     文件        1306  2010-05-11 15:14  testService\bin\com\testService\TService$1.class
     文件         579  2010-05-11 15:14  testService\bin\com\testService\TService$LocalBinder.class
     文件        3648  2010-05-11 15:14  testService\bin\com\testService\TService.class
     文件        1268  2010-05-11 15:28  testService\bin\com\testService\TServiceBroadcastReceiver.class
     文件        5320  2010-05-11 15:29  testService\bin\resources.ap_
     文件       10969  2010-05-11 15:29  testService\bin\testService.apk
     文件         449  2010-05-10 17:26  testService\default.properties
     目录           0  2010-05-10 17:26  testService\gen\
     目录           0  2010-05-10 17:26  testService\gen\com\
     目录           0  2010-05-10 17:26  testService\gen\com\testService\
     文件         964  2010-05-11 15:29  testService\gen\com\testService\R.java
     目录           0  2010-05-11 14:29  testService\res\
     目录           0  2010-05-10 17:26  testService\res\drawable\
............此处省略11个文件信息

评论

共有 条评论