|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | | - package="org.iilab.pb" |
4 | | - android:versionCode="1" |
5 | | - android:versionName="1.2.6b" |
6 | | - > |
| 2 | +<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="123" android:versionName="1.2.7" package="org.iilab.pb"> |
7 | 3 |
|
8 | | - <uses-sdk |
9 | | - android:minSdkVersion="10" |
10 | | - android:targetSdkVersion="17" /> |
| 4 | + <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17"/> |
11 | 5 |
|
12 | | - <uses-permission android:name="android.permission.READ_CONTACTS" /> |
13 | | - <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
14 | | - <uses-permission android:name="android.permission.INTERNET" /> |
15 | | - <uses-permission android:name="android.permission.SEND_SMS" /> |
16 | | - <uses-permission android:name="android.permission.VIBRATE" /> |
17 | | - <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
18 | | - <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
19 | | - <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
20 | | - <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> |
21 | | - <uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" /> |
22 | | - <uses-permission android:name="android.permission.WAKE_LOCK" /> |
23 | | - <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
24 | | - <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
25 | | - <uses-permission android:name="android.permission.GET_TASKS" /> |
| 6 | + <uses-permission android:name="android.permission.READ_CONTACTS"/> |
| 7 | + <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
| 8 | + <uses-permission android:name="android.permission.INTERNET"/> |
| 9 | + <uses-permission android:name="android.permission.SEND_SMS"/> |
| 10 | + <uses-permission android:name="android.permission.VIBRATE"/> |
| 11 | + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
| 12 | + <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 13 | + <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> |
| 14 | + <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
| 15 | + <uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"/> |
| 16 | + <uses-permission android:name="android.permission.WAKE_LOCK"/> |
| 17 | + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| 18 | + <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> |
| 19 | + <uses-permission android:name="android.permission.GET_TASKS"/> |
26 | 20 |
|
27 | | - <application |
28 | | - android:allowBackup="true" |
29 | | - android:icon="@drawable/icon_calculator" |
30 | | - android:label="@string/app_name" |
31 | | - android:name=".common.ApplicationSettings" |
32 | | - android:theme="@android:style/Theme.Light.NoTitleBar"> |
| 21 | + <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".common.ApplicationSettings" android:theme="@android:style/Theme.Light.NoTitleBar"> |
33 | 22 |
|
34 | | - <activity |
35 | | - android:excludeFromRecents="true" |
36 | | - android:label="@string/app_name_setup" |
37 | | - android:name=".HomeActivity" |
38 | | - android:noHistory="true" |
39 | | - android:screenOrientation="portrait"> |
| 23 | + <activity android:excludeFromRecents="true" android:label="@string/app_name_setup" android:name=".HomeActivity" android:noHistory="true" android:screenOrientation="portrait"> |
40 | 24 | <intent-filter> |
41 | | - <action android:name="android.intent.action.MAIN" /> |
| 25 | + <action android:name="android.intent.action.MAIN"/> |
42 | 26 | <!--<category android:name="android.intent.category.LAUNCHER"/>--> |
43 | 27 | </intent-filter> |
44 | 28 | </activity> |
45 | 29 |
|
46 | | - <activity-alias |
47 | | - android:enabled="true" |
48 | | - android:icon="@drawable/icon_setup" |
49 | | - android:label="@string/app_name_setup" |
50 | | - android:name=".HomeActivity-setup" |
51 | | - android:targetActivity=".HomeActivity"> |
| 30 | + <activity-alias android:enabled="true" android:icon="@drawable/icon_setup" android:label="@string/app_name_setup" android:name=".HomeActivity-setup" android:targetActivity=".HomeActivity"> |
52 | 31 | <intent-filter> |
53 | | - <action android:name="android.intent.action.MAIN" /> |
54 | | - <category android:name="android.intent.category.LAUNCHER" /> |
| 32 | + <action android:name="android.intent.action.MAIN"/> |
| 33 | + <category android:name="android.intent.category.LAUNCHER"/> |
55 | 34 | </intent-filter> |
56 | 35 | </activity-alias> |
57 | 36 |
|
58 | | - <activity-alias |
59 | | - android:enabled="false" |
60 | | - android:icon="@drawable/icon_calculator" |
61 | | - android:label="@string/app_name" |
62 | | - android:name=".HomeActivity-calculator" |
63 | | - android:targetActivity=".HomeActivity"> |
| 37 | + <activity-alias android:enabled="false" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".HomeActivity-calculator" android:targetActivity=".HomeActivity"> |
64 | 38 | <intent-filter> |
65 | | - <action android:name="android.intent.action.MAIN" /> |
66 | | - <category android:name="android.intent.category.LAUNCHER" /> |
| 39 | + <action android:name="android.intent.action.MAIN"/> |
| 40 | + <category android:name="android.intent.category.LAUNCHER"/> |
67 | 41 | </intent-filter> |
68 | 42 | </activity-alias> |
69 | 43 |
|
70 | | - <activity |
71 | | - android:excludeFromRecents="true" |
72 | | - android:name=".WizardActivity" |
73 | | - android:screenOrientation="portrait" /> |
74 | | - <activity |
75 | | - android:excludeFromRecents="true" |
76 | | - android:name=".WizardModalActivity" |
77 | | - android:screenOrientation="portrait" |
78 | | - android:theme="@style/Theme.Transparent" /> |
79 | | - <activity |
80 | | - android:excludeFromRecents="true" |
81 | | - android:launchMode="singleTask" |
82 | | - android:name=".CalculatorActivity" |
83 | | - android:screenOrientation="portrait" /> |
84 | | - <activity |
85 | | - android:excludeFromRecents="true" |
86 | | - android:name=".LoginActivity" |
87 | | - android:noHistory="true" |
88 | | - android:screenOrientation="portrait" /> |
89 | | - <activity |
90 | | - android:excludeFromRecents="true" |
91 | | - android:name=".MainActivity" |
92 | | - android:screenOrientation="portrait" /> |
93 | | - <activity |
94 | | - android:excludeFromRecents="true" |
95 | | - android:name=".MainModalActivity" |
96 | | - android:screenOrientation="portrait" |
97 | | - android:theme="@style/Theme.Transparent" /> |
| 44 | + <activity android:excludeFromRecents="true" android:name=".WizardActivity" android:screenOrientation="portrait"/> |
| 45 | + <activity android:excludeFromRecents="true" android:name=".WizardModalActivity" android:screenOrientation="portrait" android:theme="@style/Theme.Transparent"/> |
| 46 | + <activity android:excludeFromRecents="true" android:launchMode="singleTask" android:name=".CalculatorActivity" android:screenOrientation="portrait"/> |
| 47 | + <activity android:excludeFromRecents="true" android:name=".LoginActivity" android:noHistory="true" android:screenOrientation="portrait"/> |
| 48 | + <activity android:excludeFromRecents="true" android:name=".MainActivity" android:screenOrientation="portrait"/> |
| 49 | + <activity android:excludeFromRecents="true" android:name=".MainModalActivity" android:screenOrientation="portrait" android:theme="@style/Theme.Transparent"/> |
98 | 50 |
|
99 | | - <service android:name=".trigger.HardwareTriggerService" /> |
| 51 | + <service android:name=".trigger.HardwareTriggerService"/> |
100 | 52 |
|
101 | | - <receiver |
102 | | - android:enabled="true" |
103 | | - android:exported="false" |
104 | | - android:name=".trigger.BootReceiver"> |
| 53 | + <receiver android:enabled="true" android:exported="false" android:name=".trigger.BootReceiver"> |
105 | 54 | <intent-filter> |
106 | | - <action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 55 | + <action android:name="android.intent.action.BOOT_COMPLETED"/> |
107 | 56 | </intent-filter> |
108 | 57 | </receiver> |
109 | 58 |
|
110 | | - <receiver |
111 | | - android:enabled="true" |
112 | | - android:exported="false" |
113 | | - android:name=".location.LocationUpdateReceiver"> |
| 59 | + <receiver android:enabled="true" android:exported="false" android:name=".location.LocationUpdateReceiver"> |
114 | 60 | <intent-filter> |
115 | | - <action android:name="org.iilab.pb.LOCATION_UPDATE_ACTION" /> |
| 61 | + <action android:name="org.iilab.pb.LOCATION_UPDATE_ACTION"/> |
116 | 62 | </intent-filter> |
117 | 63 | </receiver> |
118 | 64 |
|
119 | | - <receiver |
120 | | - android:enabled="true" |
121 | | - android:exported="false" |
122 | | - android:name=".alert.AlarmReceiver"> |
| 65 | + <receiver android:enabled="true" android:exported="false" android:name=".alert.AlarmReceiver"> |
123 | 66 | <intent-filter> |
124 | | - <action android:name="org.iilab.pb.SEND_ALERT_ACTION" /> |
| 67 | + <action android:name="org.iilab.pb.SEND_ALERT_ACTION"/> |
125 | 68 | </intent-filter> |
126 | 69 | <intent-filter> |
127 | | - <action android:name="org.iilab.pb.SEND_ALERT_ACTION_SINGLE" /> |
| 70 | + <action android:name="org.iilab.pb.SEND_ALERT_ACTION_SINGLE"/> |
128 | 71 | </intent-filter> |
129 | 72 | </receiver> |
130 | 73 |
|
|
0 commit comments