Skip to content

Commit

Permalink
[general] android game options fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 4634910)
  • Loading branch information
gurpreetsinghmatharoo committed Sep 29, 2023
1 parent ba67e5b commit c613257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manual/contents/Settings/Game_Options/Android.htm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 id="google">Google</h3>
<p>You can also use Google Dynamic Asset Delivery to create app bundles as large as 1GB when using the <span class="inline">*.aab</span> export option. This packages all game assets as &quot;install-time&quot; assets which are installed alongside the app itself. You can find further details on this feature <a href="https://developer.android.com/guide/playcore/asset-delivery" title="Asset Delivery">here</a>.</p>
<h3 id="android_tv">Android TV</h3>
<p>Finally, you have the option to prepare the final app package as an <strong>Android TV</strong> game (you should only tick this if your game conforms to the <a href="https://developer.android.com/training/tv/games/">Android TV guidelines</a>).</p>
<p>Yoou can also select whether your game <a href="https://developer.android.com/jetpack/androidx/releases/leanback">supports Leanback</a>.</p>
<p>You can also select whether your game <a href="https://developer.android.com/jetpack/androidx/releases/leanback">supports Leanback</a>. Enable this if you are using Leanback libraries.</p>
<h2 id="permissions">Permissions</h2>
<p><img alt="Android Permission Options" class="center" src="../../assets/Images/Settings/Android_Permissions_Options.png" />From this tab you can change some of the permissions that your game may request within the Android Manifest. <span data-keyref="GameMaker Name">GameMaker</span> will allocate permissions automatically as required based on the functions the game uses, however you may find you require a permission for your game that hasn&#39;t been correctly assigned (for example, when you use custom extensions) in which case tick the requisite permission box.</p>
<p>The list below outlines those permissions that are available:</p>
Expand Down

0 comments on commit c613257

Please sign in to comment.