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

Commit 981bc48d authored by Wonil Kim's avatar Wonil Kim Committed by android-build-merger
Browse files

Merge \\"Fix simple typo in System Permissions guide\\" into nyc-dev am: a2f3c8fb

am: 8158fbe8

Change-Id: I07d8c9a2197041cb37142bb84c34a93128454c2f
parents b60e0bf4 8158fbe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ Services that cost you money: send SMS messages, directly call phone numbers
<a name="manifest"></a>
<h3>Enforcing Permissions in AndroidManifest.xml</h3>

<p>TYou can apply high-level permissions restricting access to entire components
<p>You can apply high-level permissions restricting access to entire components
of the system or application through your
<code>AndroidManifest.xml</code>. To do this, include an {@link
android.R.attr#permission android:permission} attribute on the desired