diff --git a/play-services-core/build.gradle b/play-services-core/build.gradle index 7361d88f..3c3b7dcd 100644 --- a/play-services-core/build.gradle +++ b/play-services-core/build.gradle @@ -42,9 +42,9 @@ dependencies { compile project(':wearable-lib') // vtm from ./libs compile 'org.oscim:vtm-android:0.6.0-SNAPSHOT@aar' - compile 'org.oscim:vtm-themes:0.6.0-SNAPSHOT' - compile 'org.oscim:vtm-extras:0.6.0-SNAPSHOT' - compile 'org.oscim:vtm:0.6.0-SNAPSHOT' + compile 'org.oscim:vtm-themes:0.6.0-SNAPSHOT@jar' + compile 'org.oscim:vtm-extras:0.6.0-SNAPSHOT@jar' + compile 'org.oscim:vtm:0.6.0-SNAPSHOT@jar' // Dependencies for vtm compile 'com.fasterxml.jackson.core:jackson-core:2.3.0' compile 'com.vividsolutions:jts:1.13' diff --git a/play-services-core/src/main/AndroidManifest.xml b/play-services-core/src/main/AndroidManifest.xml index 873c0c44..b01a7f66 100644 --- a/play-services-core/src/main/AndroidManifest.xml +++ b/play-services-core/src/main/AndroidManifest.xml @@ -105,6 +105,18 @@ + + + + + + + + = Build.VERSION_CODES.LOLLIPOP) + getWindow().setStatusBarColor(getIntent().getIntExtra(EXTRA_PRIMARY_COLOR_DARK, 0)); + } + + @Override + public boolean onOptionsItemSelected(MenuItem item) { + if (item.getItemId() == android.R.id.home) { + finish(); + return true; + } + return super.onOptionsItemSelected(item); + } + + @Override + protected void onDestroy() { + super.onDestroy(); + setResult(resultCode, resultIntent); + } +} diff --git a/play-services-core/src/main/res/layout/pick_place.xml b/play-services-core/src/main/res/layout/pick_place.xml new file mode 100644 index 00000000..0b1f98d2 --- /dev/null +++ b/play-services-core/src/main/res/layout/pick_place.xml @@ -0,0 +1,32 @@ + + + + + + + + + + \ No newline at end of file diff --git a/play-services-core/src/main/res/values/strings.xml b/play-services-core/src/main/res/values/strings.xml index bae0049b..0e672750 100644 --- a/play-services-core/src/main/res/values/strings.xml +++ b/play-services-core/src/main/res/values/strings.xml @@ -84,4 +84,7 @@ This can take a couple of minutes." Google Play Games %1$s would like to use Play Games To use Play Games it is required to install the Google Play Games app. The application might continue without Play Games, but it is possible that it will behave unexpectedly. + + Pick a place + Place picker is not yet available.