अगर कुछ और नहीं बताया गया है, तो इन बदलावों का असर Wear OS 6 या उसके बाद के वर्शन पर चलने वाले सभी ऐप्लिकेशन पर पड़ेगा. भले ही, SDK टूल के टारगेट किए गए वर्शन में कोई फ़र्क़ न हो.
आपको याद दिला दें कि Wear OS 6 के साथ लॉन्च होने वाली स्मार्टवॉच पर, सिर्फ़ वे वॉचफ़ेस काम करती हैं जिनमें Watch Face Format का इस्तेमाल किया गया हो. इसलिए, हमारा सुझाव है कि आप स्मार्टवॉच की होम स्क्रीन के फ़ॉर्मैट का इस्तेमाल शुरू करें.
हमेशा चालू रहने की सुविधा के बेहतर तरीके से काम करना
Wear OS 6 में मौजूदा समाधानों को एक साथ जोड़ा गया है, ताकि सभी डिवाइसों पर हमेशा चालू रहने वाले डिसप्ले का एक जैसा अनुभव दिया जा सके. इस बदलाव के तहत, डिवाइस के सिस्टम ऐंबियंट मोड में जाने पर, पिछली सबसे ज़्यादा गतिविधि दिखती रहेगी और "फिर से शुरू की गई" स्थिति में रहेगी.
मौजूदा गाने और मीडिया कंट्रोल तब भी दिखते हैं, जब उपयोगकर्ता Wear OS डिवाइस का इस्तेमाल न कर रहा हो.
टाइल के लिए डिफ़ॉल्ट सिस्टम फ़ॉन्ट
Wear OS 6 में टाइल टाइपोग्राफ़ी के लिए ज़्यादा एकरूपता दी गई है. इससे उपयोगकर्ताओं को टाइल कैरसेल में नेविगेट करने में मदद मिलती है. किसी डिवाइस पर, सभी टाइल एक ही फ़ॉन्ट का इस्तेमाल करती हैं. कुछ डिवाइसों पर, यह फ़ॉन्ट एक वैरिएबल फ़ॉन्ट होता है.
किसी डिवाइस पर मौजूद सभी टाइल एक ही फ़ॉन्ट का इस्तेमाल करती हैं.
सेहत से जुड़ी ज़्यादा जानकारी ऐक्सेस करने की अनुमतियां
Android 16 और Wear OS 6 से, यह प्लैटफ़ॉर्म ज़्यादा बेहतर सेहत से जुड़ी अनुमतियों पर माइग्रेट कर रहा है. इन अनुमतियों का इस्तेमाल Health Connect करता है. इससे इन अनुमतियों पर असर पड़ता है:
Wear OS 5.1 की अनुमति (android.permission)
Wear OS 6 की अनुमति (android.permission.health)
BODY_SENSORS
READ_HEART_RATE READ_OXYGEN_SATURATION (इस सुविधा के साथ काम करने वाले डिवाइसों पर सेंसर उपलब्ध है) READ_SKIN_TEMPERATURE (इस सुविधा के साथ काम करने वाले डिवाइसों पर सेंसर उपलब्ध है)
BODY_SENSORS_BACKGROUND
READ_HEALTH_DATA_IN_BACKGROUND
अगर आपको एपीआई लेवल 36 या उसके बाद के वर्शन को टारगेट करने पर, इन अनुमतियों को मैनेज करने के लिए अपने ऐप्लिकेशन को अपडेट करने का तरीका जानना है, तो Wear OS के लिए Health Services की गाइड में दिए गए डेटा को दूसरी जगह भेजने के तरीके अपनाएं.
ध्यान दें: Wear OS 5.1 (एपीआई लेवल 35) और उससे पहले के वर्शन को टारगेट करने वाले ऐप्लिकेशन के साथ काम करने के लिए, सिस्टम यह सुविधा देता है:
अगर उपयोगकर्ता Wear OS 6 या उसके बाद के वर्शन वाले डिवाइस पर आपका ऐप्लिकेशन इंस्टॉल करता है, तो सिस्टम आपके ऐप्लिकेशन की ओर से READ_HEART_RATE अनुमति का अनुरोध अपने-आप कर देता है.
अगर उपयोगकर्ता ने पहले ही आपके ऐप्लिकेशन को BODY_SENSORS और
BODY_SENSORS_BACKGROUND अनुमतियां दी हैं और फिर उपयोगकर्ता ने अपने डिवाइस को Wear OS 6 या इसके बाद के वर्शन पर अपडेट किया है, तो आपके ऐप्लिकेशन के पास ये अनुमतियां बनी रहेंगी.
टाइल इंटरैक्शन इवेंट एक साथ भेजे जाते हैं
Wear OS 6 में, उपयोगकर्ताओं के टाइल पर स्वाइप करने और उससे दूर जाने से जुड़े इवेंट, एक साथ भेजे जाते हैं. इन इवेंट को onTileEnterEvent और onTileLeaveEvent के तौर पर भेजा जाता है.
अगर आपका ऐप्लिकेशन Wear OS 6 या इसके बाद के वर्शन को टारगेट करता है, तो इन इवेंट को मॉनिटर करने के लिए, onRecentInteractionEventsAsync() को कॉल करें. अपनी टाइल अपडेट करने के लिए, इन इवेंट की रीयल टाइम डिलीवरी पर भरोसा न करें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Test how your app handles behavior changes\n\nWear OS 6 is based on Android 16 (API level 36). When you prepare your Wear OS\napp for use on Wear OS 6, handle the system\n[behavior changes that affect all apps in Android 16](/about/versions/16/behavior-changes-all), as well as the\n[changes for apps that target Android 16](/about/versions/16/behavior-changes-16).\n\nUnless otherwise specified, the changes affect all apps that run on Wear OS 6\nor higher, regardless of target SDK version.\n\nAs a reminder, watches that launch with Wear OS 6 only support watch faces that\nuse the [Watch Face Format](/training/wearables/wff). For this reason, we recommend that you migrate\nto using the Watch Face Format.\n| **Caution:** Before you upload your app to the Play Store, [target Android 16](/training/wearables/versions/6/setup#update-target-sdk) and [configure an emulator](/training/wearables/get-started/creating#configure-emulator) to test your app.\n\nMore consistent always-on behavior\n----------------------------------\n\n\nWear OS 6 consolidates existing solutions to offer a consistent [always-on](/training/wearables/always-on)\ndisplay experience across devices. As part of this change, the previous top\nactivity remains visible and in the \"resumed\" state when the device enters\nsystem ambient mode. \nThe current song and media controls remain visible even when the user isn't interacting with the Wear OS device.\n\n\u003cbr /\u003e\n\nDefault system font for tiles\n-----------------------------\n\nWear OS 6 introduces more consistency for tile typography, which helps users\nnavigate through the tile carousel. On a given device, all tiles use the same\nfont. On some devices, this consistent font is a\n[variable font](https://fonts.google.com/knowledge/introducing_type/introducing_variable_fonts). \nAll tiles on a given device use the same font.\n\nMore granular health permissions\n--------------------------------\n\n| **Note:** The following change affects your app only if you [update your target SDK\n| version to Android 16](/training/wearables/versions/6/setup#update-target-sdk), the version on which Wear OS 6 is based, or higher.\n\nStarting in Android 16---and, by extension, Wear OS 6---the platform is migrating to\nthe more granular health permissions that Health Connect uses. This affects the\nfollowing permissions:\n\n| Wear OS 5.1 permission (`android.permission`) | Wear OS 6 permission (`android.permission.health`) |\n|-----------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `BODY_SENSORS` | `READ_HEART_RATE` `READ_OXYGEN_SATURATION` (*sensor available on supported devices* ) `READ_SKIN_TEMPERATURE` (*sensor available on supported devices*) |\n| `BODY_SENSORS_BACKGROUND` | `READ_HEALTH_DATA_IN_BACKGROUND` |\n\nTo learn how to update your app for handling these permissions when it targets\nAPI level 36 or higher, follow the [migration steps](/health-and-fitness/guides/health-services/permissions#migrate-support-api-36) shown in the\nHealth Services for Wear OS guide.\n\n\n**Note:** To maintain compatibility for apps that target Wear OS 5.1\n(API level 35) and lower, the system offers the following support:\n\n- If the user installs your app on a device that runs Wear OS 6 or higher, the system automatically requests the `READ_HEART_RATE` permission on your app's behalf.\n- If the user previously granted the `BODY_SENSORS` and `BODY_SENSORS_BACKGROUND` permissions to your app, and if the user then updates their device to Wear OS 6 or higher, your app maintains the granted permissions.\n\n\u003cbr /\u003e\n\nTile interaction events are batched\n-----------------------------------\n\n| **Note:** The following change affects your app only if you [update your target SDK\n| version to Android 16](/training/wearables/versions/6/setup#update-target-sdk), the version on which Wear OS 6 is based, or higher.\n\nStarting in Wear OS 6, events related to users swiping onto and away from your\ntile---`onTileEnterEvent` and `onTileLeaveEvent`, respectively---are batched.\nIf your app targets Wear OS 6 or higher, call\n[`onRecentInteractionEventsAsync()`](/reference/androidx/wear/tiles/TileService#onRecentInteractionEventsAsync(java.util.List%3Candroidx.wear.tiles.EventBuilders.TileInteractionEvent%3E)) to monitor these events. Don't rely on\nreal time delivery of these events to update your tiles."]]