Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / android / examples / message / src / main / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2     package="base.iotivity.org.examples.message"
3     xmlns:tools="http://schemas.android.com/tools">
4
5     <uses-sdk tools:overrideLibrary="org.iotivity.base"></uses-sdk>
6
7     <application android:allowBackup="true" ></application>
8
9 </manifest>