Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0caf0b72 authored by Bert McMeen's avatar Bert McMeen Committed by android-build-merger
Browse files

Merge \\"Docs: A removal from docs of an obsolete watch face permission\\"...

Merge \\"Docs: A removal from docs of an obsolete watch face permission\\" into mnc-io-docs am: 9011149e
am: 7250594f

Change-Id: I486c9ee933a6ed64d90013cf9964e7106713dde8
parents 9a75ed7a 7250594f
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -93,24 +93,20 @@ it provides project setup, library inclusion, and packaging conveniences.</p>

<h3 id="Permissions">Declare Permissions</h3>

<p>Watch faces require the <code>PROVIDE_BACKGROUND</code> and <code>WAKE_LOCK</code> permissions.
Add the following permissions to the manifest files of both the wearable app and the mobile
app under the <code>manifest</code> element:</p>
<p>A watch face requires the <code>WAKE_LOCK</code> permission.
Add the following permission to the manifest files of both the wearable app
and the mobile app under the <code>manifest</code> element:</p>

<pre>
&lt;manifest ...>
    &lt;uses-permission
        android:name="com.google.android.permission.PROVIDE_BACKGROUND" />
    &lt;uses-permission
        android:name="android.permission.WAKE_LOCK" />
    ...
&lt;/manifest>
</pre>

<p class="caution"><strong>Caution:</strong> The handheld app must include all the permissions
declared in the wearable app.</p>


<p class="caution"><strong>Caution:</strong> The handheld app must include all
of the permissions declared in the wearable app.</p>

<h2 id="CallbackMethods">Implement the Service and Callback Methods</h2>