5package org.qtproject.qt.android.bindings;
7import android.app.Service;
8import android.util.Log;
9import android.content.Intent;
10import android.content.res.Configuration;
11import android.os.Bundle;
12import android.os.IBinder;
31 "A QtService tried to start in the same process as an initiated " +
32 "QtActivity. That is not supported. This results in the service " +
33 "functioning as an Android Service detached from Qt.");
69 super.onConfigurationChanged(newConfig);
73 super.onConfigurationChanged(newConfig);
92 return super.onStartCommand(intent,
flags, startId);
96 return super.onStartCommand(intent,
flags, startId);
104 super.onTaskRemoved(rootIntent);
108 super.onTaskRemoved(rootIntent);
116 super.onTrimMemory(
level);
120 super.onTrimMemory(
level);
131 return super.onUnbind(intent);
135 return super.onUnbind(intent);
139 public boolean loadApplication(Service service, ClassLoader classLoader, Bundle loaderParams)
static final String QtTAG
static boolean isStarted()
static QtServiceDelegate serviceDelegate()
boolean loadApplication(Service service, ClassLoader classLoader, Bundle loaderParams)
boolean startApplication()
static InvokeResult invokeDelegate(Object... args)
IBinder onBind(Intent intent)
void onTrimMemory(int level)
void super_onTaskRemoved(Intent rootIntent)
void onTaskRemoved(Intent rootIntent)
void onConfigurationChanged(Configuration newConfig)
int super_onStartCommand(Intent intent, int flags, int startId)
void super_onTrimMemory(int level)
boolean startApplication()
boolean loadApplication(Service service, ClassLoader classLoader, Bundle loaderParams)
boolean onUnbind(Intent intent)
boolean super_onUnbind(Intent intent)
void super_onConfigurationChanged(Configuration newConfig)
int onStartCommand(Intent intent, int flags, int startId)
GLenum GLuint GLint level