Start app on system launch, NotificationsService that will keep app running in background, special connection to receive update only about new messages, option to disable NotificationsService

This commit is contained in:
DrKLO 2014-05-21 00:22:44 +04:00
parent ee38ecec56
commit f68ace0fd6
25 changed files with 379 additions and 156 deletions

View file

@ -43,8 +43,6 @@
<uses-library android:name="com.google.android.maps" android:required="false"/>
<service android:name=".AwakeService"/>
</application>
</manifest>