|
16 | 16 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
17 | 17 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
18 | 18 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
|
19 |
| - <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
20 | 19 | <uses-permission android:name="android.permission.INTERNET" />
|
21 | 20 |
|
| 21 | + <!--permission--> |
| 22 | + <uses-permission android:name="android.permission.READ_CALENDAR" /> |
| 23 | + <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| 24 | + |
22 | 25 | <!--phone-->
|
23 | 26 | <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
24 | 27 | <uses-permission android:name="android.permission.CALL_PHONE" />
|
25 | 28 | <uses-permission android:name="android.permission.SEND_SMS" />
|
26 |
| - <!--拨打电话--> |
27 |
| - <uses-permission android:name="android.permission.CALL_PHONE" /> |
28 |
| - <!--发送短信--> |
29 |
| - <uses-permission android:name="android.permission.SEND_SMS" /> |
30 |
| - <!--获取手机联系人--> |
31 |
| - <!--<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />--> |
32 |
| - <uses-permission android:name="android.permission.READ_CONTACTS" /> |
33 |
| - <!--获取短信--> |
34 |
| - <!--<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />--> |
35 | 29 | <uses-permission android:name="android.permission.READ_SMS" />
|
| 30 | + <uses-permission android:name="android.permission.READ_CONTACTS" /> |
36 | 31 |
|
37 | 32 | <!--process-->
|
38 | 33 | <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
|
39 | 34 |
|
40 | 35 | <!--screen-->
|
41 | 36 | <uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
42 | 37 |
|
| 38 | + |
43 | 39 | <!--flashlight-->
|
44 | 40 | <uses-permission android:name="android.permission.CAMERA" />
|
45 | 41 |
|
|
60 | 56 | android:label="@string/my_app_name"
|
61 | 57 | android:theme="@style/AppTheme">
|
62 | 58 | <activity
|
63 |
| - android:name=".main.MainActivity" |
| 59 | + android:name=".MainActivity" |
64 | 60 | android:launchMode="singleTop">
|
65 | 61 | <intent-filter>
|
66 | 62 | <action android:name="android.intent.action.MAIN" />
|
|
70 | 66 |
|
71 | 67 | <!--core-->
|
72 | 68 | <activity
|
73 |
| - android:name=".core.main.CoreUtilActivity" |
| 69 | + android:name=".feature.core.CoreUtilActivity" |
74 | 70 | android:launchMode="singleTop" />
|
75 | 71 | <activity
|
76 |
| - android:name=".core.activity.ActivityActivity" |
77 |
| - android:launchMode="singleTop" /> |
| 72 | + android:name=".feature.core.activity.ActivityActivity" |
| 73 | + android:icon="@drawable/ic_icon" |
| 74 | + android:launchMode="singleTop" |
| 75 | + android:logo="@drawable/ic_logo" /> |
78 | 76 | <activity
|
79 |
| - android:name=".core.activity.SubActivityActivity" |
| 77 | + android:name=".feature.core.activity.SubActivityActivity" |
80 | 78 | android:launchMode="singleTop" />
|
81 | 79 | <activity
|
82 |
| - android:name=".core.app.AppActivity" |
| 80 | + android:name=".feature.core.app.AppActivity" |
83 | 81 | android:launchMode="singleTop" />
|
84 | 82 | <activity
|
85 |
| - android:name=".core.bar.BarActivity" |
| 83 | + android:name=".feature.core.bar.BarActivity" |
86 | 84 | android:launchMode="singleTop" />
|
87 | 85 | <activity
|
88 |
| - android:name=".core.bar.BarStatusActivity" |
| 86 | + android:name=".feature.core.bar.BarStatusActivity" |
89 | 87 | android:launchMode="singleTop" />
|
90 | 88 | <activity
|
91 |
| - android:name=".core.bar.BarNotificationActivity" |
| 89 | + android:name=".feature.core.bar.BarNotificationActivity" |
92 | 90 | android:launchMode="singleTop" />
|
93 | 91 | <activity
|
94 |
| - android:name=".core.bar.BarNavActivity" |
| 92 | + android:name=".feature.core.bar.BarNavActivity" |
95 | 93 | android:launchMode="singleTop" />
|
96 | 94 | <activity
|
97 |
| - android:name=".core.bar.BarStatusAlphaActivity" |
| 95 | + android:name=".feature.core.bar.BarStatusAlphaActivity" |
98 | 96 | android:launchMode="singleTop" />
|
99 | 97 | <activity
|
100 |
| - android:name=".core.bar.BarStatusColorActivity" |
| 98 | + android:name=".feature.core.bar.BarStatusColorActivity" |
101 | 99 | android:launchMode="singleTop" />
|
102 | 100 | <activity
|
103 |
| - android:name=".core.bar.BarStatusDrawerActivity" |
| 101 | + android:name=".feature.core.bar.BarStatusDrawerActivity" |
104 | 102 | android:launchMode="singleTop" />
|
105 | 103 | <activity
|
106 |
| - android:name=".core.bar.BarStatusFragmentActivity" |
| 104 | + android:name=".feature.core.bar.BarStatusFragmentActivity" |
107 | 105 | android:launchMode="singleTop" />
|
108 | 106 | <activity
|
109 |
| - android:name=".core.bar.BarStatusImageViewActivity" |
| 107 | + android:name=".feature.core.bar.BarStatusImageViewActivity" |
110 | 108 | android:launchMode="singleTop" />
|
111 | 109 | <activity
|
112 |
| - android:name=".core.bar.BarStatusSwipeBackActivity" |
| 110 | + android:name=".feature.core.bar.BarStatusSwipeBackActivity" |
113 | 111 | android:launchMode="singleTop" />
|
114 | 112 | <activity
|
115 |
| - android:name=".core.clean.CleanActivity" |
| 113 | + android:name=".feature.core.clean.CleanActivity" |
116 | 114 | android:launchMode="singleTop" />
|
117 | 115 | <activity
|
118 |
| - android:name=".core.device.DeviceActivity" |
| 116 | + android:name=".feature.core.device.DeviceActivity" |
119 | 117 | android:launchMode="singleTop" />
|
120 | 118 | <activity
|
121 |
| - android:name=".core.fragment.FragmentActivity" |
| 119 | + android:name=".feature.core.fragment.FragmentActivity" |
122 | 120 | android:launchMode="singleTop" />
|
123 | 121 | <activity
|
124 |
| - android:name=".core.image.ImageActivity" |
| 122 | + android:name=".feature.core.image.ImageActivity" |
125 | 123 | android:launchMode="singleTop" />
|
126 | 124 | <activity
|
127 |
| - android:name=".core.keyboard.KeyboardActivity" |
| 125 | + android:name=".feature.core.keyboard.KeyboardActivity" |
128 | 126 | android:launchMode="singleTop"
|
129 |
| - android:windowSoftInputMode="stateHidden|adjustPan" /> |
| 127 | + /> |
| 128 | + <activity |
| 129 | + android:name=".feature.core.log.LogActivity" |
| 130 | + android:launchMode="singleTop" /> |
130 | 131 | <activity
|
131 |
| - android:name=".core.log.LogActivity" |
| 132 | + android:name=".feature.core.network.NetworkActivity" |
132 | 133 | android:launchMode="singleTop" />
|
133 | 134 | <activity
|
134 |
| - android:name=".core.network.NetworkActivity" |
| 135 | + android:name=".feature.core.permission.PermissionActivity" |
135 | 136 | android:launchMode="singleTop" />
|
136 |
| - <!--<activity android:name=".activities.PermissionActivity" />--> |
137 | 137 | <activity
|
138 |
| - android:name=".core.phone.PhoneActivity" |
| 138 | + android:name=".feature.core.phone.PhoneActivity" |
139 | 139 | android:launchMode="singleTop" />
|
140 | 140 | <activity
|
141 |
| - android:name=".core.process.ProcessActivity" |
| 141 | + android:name=".feature.core.process.ProcessActivity" |
142 | 142 | android:launchMode="singleTop" />
|
143 | 143 | <activity
|
144 |
| - android:name=".core.screen.ScreenActivity" |
| 144 | + android:name=".feature.core.screen.ScreenActivity" |
145 | 145 | android:launchMode="singleTop" />
|
146 | 146 | <activity
|
147 |
| - android:name=".core.sdcard.SDCardActivity" |
| 147 | + android:name=".feature.core.sdcard.SDCardActivity" |
148 | 148 | android:launchMode="singleTop" />
|
149 | 149 | <activity
|
150 |
| - android:name=".core.snackbar.SnackbarActivity" |
| 150 | + android:name=".feature.core.snackbar.SnackbarActivity" |
151 | 151 | android:launchMode="singleTop" />
|
152 | 152 | <activity
|
153 |
| - android:name=".core.span.SpanActivity" |
| 153 | + android:name=".feature.core.sp.SPActivity" |
| 154 | + android:launchMode="singleTop"> |
| 155 | + </activity> |
| 156 | + <activity |
| 157 | + android:name=".feature.core.span.SpanActivity" |
154 | 158 | android:launchMode="singleTop">
|
155 |
| - <!--<intent-filter>--> |
156 |
| - <!--<action android:name="android.intent.action.MAIN" />--> |
157 |
| - <!--<category android:name="android.intent.category.LAUNCHER" />--> |
158 |
| - <!--</intent-filter>--> |
159 | 159 | </activity>
|
160 | 160 | <activity
|
161 |
| - android:name=".core.toast.ToastActivity" |
| 161 | + android:name=".feature.core.toast.ToastActivity" |
162 | 162 | android:launchMode="singleTop" />
|
163 | 163 |
|
164 | 164 | <provider
|
|
174 | 174 |
|
175 | 175 | <!--sub-->
|
176 | 176 | <activity
|
177 |
| - android:name=".sub.main.SubUtilActivity" |
| 177 | + android:name=".feature.sub.SubUtilActivity" |
178 | 178 | android:launchMode="singleTop" />
|
179 | 179 | <activity
|
180 |
| - android:name=".sub.location.LocationActivity" |
| 180 | + android:name=".feature.sub.location.LocationActivity" |
181 | 181 | android:launchMode="singleTop" />
|
182 | 182 | <activity
|
183 |
| - android:name=".sub.pinyin.PinyinActivity" |
| 183 | + android:name=".feature.sub.pinyin.PinyinActivity" |
184 | 184 | android:launchMode="singleTop" />
|
185 | 185 |
|
186 | 186 | <service
|
187 |
| - android:name=".sub.location.LocationService" |
| 187 | + android:name=".feature.sub.location.LocationService" |
188 | 188 | android:launchMode="singleTop" />
|
189 | 189 |
|
190 | 190 | </application>
|
|
0 commit comments