Update browseable samples for lmp-docs

Synced to commit df5e5013422b81b4fd05c0ac9fd964b13624847a. Includes
new samples for Android Auto.

Change-Id: I3fec46e2a6b3f196682a92f1afd91eb682dc2dc1
This commit is contained in:
Trevor Johns
2014-11-12 11:39:30 -08:00
parent fcd28181a1
commit 527a4f30a6
684 changed files with 10100 additions and 10207 deletions

View File

@@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.synchronizednotifications">
package="com.example.android.wearable.synchronizednotifications">
<uses-sdk android:minSdkVersion="20"
android:targetSdkVersion="20" />
@@ -46,7 +46,7 @@
</intent-filter>
<intent-filter>
<action
android:name="com.example.android.synchronizednotifications.DISMISS" />
android:name="com.example.android.wearable.synchronizednotifications.DISMISS" />
</intent-filter>
</service>

View File

@@ -15,6 +15,6 @@
-->
<resources>
<string name="app_name">Sample Wearable app</string>
<string name="app_name">Synchronized Notifications</string>
</resources>

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.example.android.synchronizednotifications;
package com.example.android.wearable.synchronizednotifications;
import static com.google.android.gms.wearable.PutDataRequest.WEAR_URI_SCHEME;
@@ -26,7 +26,7 @@ import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import com.example.android.synchronizednotifications.common.Constants;
import com.example.android.wearable.synchronizednotifications.common.Constants;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.ResultCallback;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.android.synchronizednotifications;
package com.example.android.wearable.synchronizednotifications;
import android.app.Activity;
import android.os.Bundle;