1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.finchframework.finch"
4
- android : versionCode =" 1"
5
- android : versionName =" 1.0" >
6
- <application android : icon =" @drawable/icon"
7
- android : label =" @string/app_name"
8
- android : debuggable =" true" >
9
- <activity android : name =" .FinchWelcome"
10
- android : label =" @string/app_name" >
3
+ package =" com.finchframework.finch"
4
+ android : versionCode =" 1"
5
+ android : versionName =" 1.0" >
6
+
7
+ <application
8
+ android : debuggable =" true"
9
+ android : icon =" @drawable/icon"
10
+ android : label =" @string/app_name" >
11
+ <activity
12
+ android : name =" .FinchWelcome"
13
+ android : label =" @string/app_name" >
11
14
<intent-filter >
12
15
<action android : name =" android.intent.action.MAIN" />
16
+
13
17
<category android : name =" android.intent.category.LAUNCHER" />
14
18
</intent-filter >
15
19
</activity >
16
20
<activity android : name =" com.finchframework.bluetooth.BtConsoleActivity" />
17
- <activity android : name =" com.finchframework.bluetooth.DeviceListActivity"
18
- android : label =" @string/select_device"
19
- android : configChanges =" orientation|keyboardHidden" />
20
- <activity android : name =" animate.AnimateActivity" ></activity >
21
+ <activity
22
+ android : name =" com.finchframework.bluetooth.DeviceListActivity"
23
+ android : configChanges =" orientation|keyboardHidden"
24
+ android : label =" @string/select_device" />
25
+ <activity android : name =" animate.AnimateActivity" >
26
+ </activity >
21
27
</application >
22
28
23
29
<uses-permission android : name =" android.permission.INTERNET" />
24
30
<uses-permission android : name =" android.permission.BLUETOOTH" />
25
- <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
31
+ <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
26
32
27
33
<uses-sdk android : minSdkVersion =" 7" />
28
- </manifest >
34
+
35
+ </manifest >
0 commit comments