From 511447b12799477da6450065bfd90cd804035565 Mon Sep 17 00:00:00 2001 From: luohaijiang Date: Wed, 13 Jan 2016 12:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...d\344\275\277\347\224\250\350\257\264\346\230\216.md" | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" index cc766bd..a2ee008 100644 --- "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" +++ "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" @@ -20,12 +20,20 @@ Help==>About Eclips ### 3. 代码实现 #### 1、 修改AndroidManifest.xml文件 首先添加必要的权限,如下所示: - - + + - -其次注册相应的Activity,具体如下: + + + + + + + + + + 其次注册相应的Activity,具体如下: