11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" >
1114 <intent-filter >
1215 <action android : name =" android.intent.action.MAIN" />
16+
1317 <category android : name =" android.intent.category.LAUNCHER" />
1418 </intent-filter >
1519 </activity >
1620 <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 >
2127 </application >
2228
2329 <uses-permission android : name =" android.permission.INTERNET" />
2430 <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" />
2632
2733 <uses-sdk android : minSdkVersion =" 7" />
28- </manifest >
34+
35+ </manifest >
0 commit comments