Add options to show icon in Android TV and run app as Android launcher
This commit is contained in:
parent
a3c49ad2f0
commit
e01a2693d5
3 changed files with 27 additions and 12 deletions
|
|
@ -104,6 +104,12 @@
|
|||
<member name="package/retain_data_on_uninstall" type="bool" setter="" getter="">
|
||||
If [code]true[/code], when the user uninstalls an app, a prompt to keep the app's data will be shown.
|
||||
</member>
|
||||
<member name="package/show_as_launcher_app" type="bool" setter="" getter="">
|
||||
If [code]true[/code], the user will be able to set this app as the system launcher in Android preferences.
|
||||
</member>
|
||||
<member name="package/show_in_android_tv" type="bool" setter="" getter="">
|
||||
If [code]true[/code], this app will show in Android TV launcher UI.
|
||||
</member>
|
||||
<member name="package/signed" type="bool" setter="" getter="">
|
||||
If [code]true[/code], package signing is enabled.
|
||||
</member>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue