commit | d81071499d60ef5bf29c18154a9e2d472c58d64b | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Wed Nov 05 22:14:11 2014 +0000 |
committer | Trevor Johns <trevorjohns@google.com> | Wed Nov 05 22:14:11 2014 +0000 |
tree | 747e3aadf3170d1b35ec8bd8801a3f046a33a9bd | |
parent | 24e1ad426a598538e285f1403f12d8d627f4e4e3 [diff] |
SynchronizedNotifications: Removing references to old package name Removes references to: com.example.android.synchronizednotifications and replaces them with: com.example.android.wearable.synchronizednotifications. This resolves references missed during the rename in commit dff3866d542ed270e8e9d7287f608317466e56d6. Change-Id: I6745d233d2461d82d016078797511164877489e5
diff --git a/wearable/wear/SynchronizedNotifications/Application/tests/src/com/example/android/synchronizednotifications/tests/SampleTests.java b/wearable/wear/SynchronizedNotifications/Application/tests/src/com/example/android/com/example/android/wearable/synchronizednotifications/tests/SampleTests.java similarity index 100% rename from wearable/wear/SynchronizedNotifications/Application/tests/src/com/example/android/synchronizednotifications/tests/SampleTests.java rename to wearable/wear/SynchronizedNotifications/Application/tests/src/com/example/android/com/example/android/wearable/synchronizednotifications/tests/SampleTests.java
diff --git a/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/Constants.java b/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/Constants.java index b85d2d1..2e1d46c 100644 --- a/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/Constants.java +++ b/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/Constants.java
@@ -33,5 +33,5 @@ public static final String KEY_CONTENT = "content"; public static final String ACTION_DISMISS - = "com.example.android.synchronizednotifications.DISMISS"; + = "com.example.android.wearable.synchronizednotifications.DISMISS"; }