Files
android_development/samples/wearable/SynchronizedNotifications/Common/src/main/AndroidManifest.xml
Dan Aminzade 9fd71d61f2 Add new SynchronizedNotifications sample.
This sample demonstrates how to use DataItems to construct linked
phone- and wearable-side notifications.

Change-Id: I6defa7fad671ba2ec0de25c8913abd66d07846a2
2014-06-23 15:32:56 -07:00

9 lines
265 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.wearable.synchronizednotifications.common">
<application android:allowBackup="true"
android:label="@string/app_name">
</application>
</manifest>