From 9ba4ba709459ce07161fc683459ae4b4005ed791 Mon Sep 17 00:00:00 2001
From: Dirk Dougherty
<uses-sdk android:minSdkVersion="7" />, which indicates
-to Android Market and the platform that your application requires Android 2.1 or
+to Google Play and the platform that your application requires Android 2.1 or
higher. For more information, see the API Levels
and the documentation for the
<uses-sdk>
element.<uses-feature android:name="android.software.live_wallpaper" />,
-which tells Android Market that your application includes a live wallpaper.
-Android Market uses this feature as a filter, when presenting users lists of
-available applications. When you declaring this feature, Android Market
+which tells Google Play that your application includes a live wallpaper.
+Google Play uses this feature as a filter, when presenting users lists of
+available applications. When you declaring this feature, Google Play
displays your application only to users whose devices support live wallpapers,
while hiding it from other devices on which it would not be able to run. For
more information, see the documentation for the
diff --git a/samples/NFCDemo/_index.html b/samples/NFCDemo/_index.html
index d1c53f17d..07978f23c 100644
--- a/samples/NFCDemo/_index.html
+++ b/samples/NFCDemo/_index.html
@@ -83,13 +83,13 @@
among devices running Android 2.3 (API level 9) or higher, not all devices will offer NFC
support. To ensure that your application can only be installed on devices that are capable
of supporting NFC, remember to add the following to the application's manifest before
- publishing to Android Market:
+ publishing to Google Play:
<uses-sdk android:minSdkVersion="9" />
,
- which indicates to Android Market and the platform that your application requires
+ which indicates to Google Play and the platform that your application requires
Android 2.3 or higher. For more information, see
API Levels
@@ -100,17 +100,17 @@
element.
To control how Android Market filters your application +
To control how Google Play filters your application from devices that do not support NFC, remember to add the following to the application's manifest
<uses-feature android:name="android.hardware.nfc" />
,
- which tells Android Market that your application uses the NFC API. The declaration
+ which tells Google Play that your application uses the NFC API. The declaration
should include an
android:required
attribute that indicates whether you want
- Android Market to filter the application from devices that do not offer NFC support. Other
+ Google Play to filter the application from devices that do not offer NFC support. Other
<uses-feature>
declarations may also be needed, depending on your
implementation. For more information, see the documentation for the
diff --git a/samples/SipDemo/_index.html b/samples/SipDemo/_index.html
index 0af4a8c33..ab187a058 100644
--- a/samples/SipDemo/_index.html
+++ b/samples/SipDemo/_index.html
@@ -26,20 +26,20 @@ feature is supported only on Android 2.3 (API level 9) and higher versions of
the platform. Also, among devices running Android 2.3 (API level 9) or higher,
not all devices will offer SIP support. To ensure that your application can only
be installed on devices that are capable of supporting SIP, remember to add the
-following to the application's manifest before publishing to Android Market:
+following to the application's manifest before publishing to Google Play:
<uses-sdk android:minSdkVersion="9" />, which
- indicates to Android Market and the platform that your application requires
+ indicates to Google Play and the platform that your application requires
Android 2.3 or higher. For more information, see API Levels and the
documentation for the <uses-sdk>
- element.To control how Android Market filters your application + element.
To control how Google Play filters your application from devices that do not support SIP, remember to add the following to the application's manifest
<uses-feature
- android:name="android.hardware.sip.voip" />, which tells Android
- Market that your application uses the SIP API. The declaration should include
+ android:name="android.hardware.sip.voip" />, which tells Google
+ Play that your application uses the SIP API. The declaration should include
an android:required attribute that indicates whether you want
- Android Market to filter the application from devices that do not offer SIP
+ Google Play to filter the application from devices that do not offer SIP
support. Other <uses-feature> declarations may also be
needed, depending on your implementation. For more information, see the
documentation for the If you are writing collection-based widgets, remember that the feature is
supported only on Android 3.0 (API level 11) and higher versions of the platform.
-Remember to add the following to the application's manifest publishing to Android Market:
+Remember to add the following to the application's manifest publishing to Google Play:
<uses-sdk android:minSdkVersion="11" />, which indicates
-to Android Market and the platform that your application requires Android 3.0 or
+to Google Play and the platform that your application requires Android 3.0 or
higher. For more information, see the API Levels
and the documentation for the
<uses-sdk>
diff --git a/samples/WiFiDirectDemo/AndroidManifest.xml b/samples/WiFiDirectDemo/AndroidManifest.xml
index 993716f1b..d25fdc001 100644
--- a/samples/WiFiDirectDemo/AndroidManifest.xml
+++ b/samples/WiFiDirectDemo/AndroidManifest.xml
@@ -11,7 +11,7 @@
<uses-sdk android:minSdkVersion="14" />, which
- indicates to Android Market and the platform that your application requires
+ indicates to Google Play and the platform that your application requires
Android 4.0 or higher. For more information, see API Levels and the
documentation for the <uses-sdk>
- element.To control how Android Market filters your application + element.
To control how Google Play filters your application from devices that do not support Wi-Fi Direct mode, remember to add the following to the application's manifest
<uses-feature
- android:name="android.hardware.wifi.direct" />, which tells Android
- Market that your application uses the Wi-Fi Direct API. The declaration should include
+ android:name="android.hardware.wifi.direct" />, which tells Google
+ Play that your application uses the Wi-Fi Direct API. The declaration should include
an android:required attribute that indicates whether you want
- Android Market to filter the application from devices that do not offer Wi-Fi Direct support. Other <uses-feature> declarations may also be
+ Google Play to filter the application from devices that do not offer Wi-Fi Direct support. Other <uses-feature> declarations may also be
needed, depending on your implementation. For more information, see the
documentation for the <uses-feature>