我创建了一个包含Service
的应用程序,该应用程序从按钮点击Activity
开始。
但我想创建一个与最后一个相同的新应用程序 - 但没有任何GUI界面=>这意味着没有任何Activity
。
我想让应用程序在设备启动时启动并且永不停止(直到设备关闭)。
怎么做? 有什么办法吗?
答案 0 :(得分:2)
怎么做?
使用Context.startService()
或Context.bindService()
方法。
其中<h2 style="font-size:25px;"> Unser Testsieger </h2>
<div style="width:100%">
<div style="width:50%; float:left;">
<a style="display:block;cursor:pointer;" href="google.com">
<img src="http://kurkuma-kapseln.info/wp-content/uploads/2016/01/Kurkuma-Kapseln-229x300.png" alt="Kurkuma Kapseln" width="229" height="300" class="alignnone size-medium wp-image-76" />
</a>
<a style="color:#fff;cursor:pointer;display:block;" href="google.com"> <p style="cursor:pointer;width:220px; padding:15px; text-align:center; background-color:#FF9900;font-size:20px;margin-top:20px;"> Bei Amazon kaufen </p> </a>
</div>
<div style="width:50%; float:right;margin-top:100px;font-size:18px;">
<ul>
<li style="color:green;font-size:22px;list-style-type:none;"> TOP Qualität </li>
<li> BIO geprüft</li>
<li> 500mg Kurkuma pro Kapsel </li>
<li> Verbesserte Wirkung durch Piperin </li>
<li>Lactosefrei, Fructosefrei, Glutenfrei</li>
</ul>
</div>
<div style="clear:both"></div>
</div>
可能是Context
,Activity
,Application
onReceive()
方法的参数等。