|
1 | | -<?xml version="1.0" encoding="utf-8"?><!-- |
2 | | - ~ Copyright (c) 2017 STMicroelectronics – All rights reserved |
3 | | - ~ The STMicroelectronics corporate logo is a trademark of STMicroelectronics |
4 | | - ~ |
5 | | - ~ Redistribution and use in source and binary forms, with or without modification, |
6 | | - ~ are permitted provided that the following conditions are met: |
7 | | - ~ |
8 | | - ~ - Redistributions of source code must retain the above copyright notice, this list of conditions |
9 | | - ~ and the following disclaimer. |
10 | | - ~ |
11 | | - ~ - Redistributions in binary form must reproduce the above copyright notice, this list of |
12 | | - ~ conditions and the following disclaimer in the documentation and/or other materials provided |
13 | | - ~ with the distribution. |
14 | | - ~ |
15 | | - ~ - Neither the name nor trademarks of STMicroelectronics International N.V. nor any other |
16 | | - ~ STMicroelectronics company nor the names of its contributors may be used to endorse or |
17 | | - ~ promote products derived from this software without specific prior written permission. |
18 | | - ~ |
19 | | - ~ - All of the icons, pictures, logos and other images that are provided with the source code |
20 | | - ~ in a directory whose title begins with st_images may only be used for internal purposes and |
21 | | - ~ shall not be redistributed to any third party or modified in any way. |
22 | | - ~ |
23 | | - ~ - Any redistributions in binary form shall not include the capability to display any of the |
24 | | - ~ icons, pictures, logos and other images that are provided with the source code in a directory |
25 | | - ~ whose title begins with st_images. |
26 | | - ~ |
27 | | - ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR |
28 | | - ~ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
29 | | - ~ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER |
30 | | - ~ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
31 | | - ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
32 | | - ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
33 | | - ~ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
34 | | - ~ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
35 | | - ~ OF SUCH DAMAGE. |
36 | | ---> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
37 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
38 | 3 | package="com.st.BlueMS"> |
39 | 4 |
|
|
153 | 118 | android:name="android.support.PARENT_ACTIVITY" |
154 | 119 | android:value="com.st.BlueMS.MainActivity" /> |
155 | 120 | </activity> |
156 | | - <!-- End: integrate the BlueSTSDK.gui activity in the app, setting the parent activity --> |
157 | 121 | <activity android:name="com.st.BlueSTSDK.gui.fwUpgrade.FwUpgradeActivity"> |
158 | 122 | <meta-data |
159 | 123 | android:name="android.support.PARENT_ACTIVITY" |
|
0 commit comments