top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Android OS redirecting user to APP

+1 vote
288 views

I want Android OS with no usable features, the only task the OS would have is to turn on and redirect the user to a APP.

Here are the steps
1. The user turns on the phone
2. The OS is loading as the phone turns on. When it's on you enter the homescreen.
3. You see the homescreen with a logo as background in a few seconds as the app loads
4. App has loaded and the OS opens the APP
5. The APP opens and inside the app is all the features.

You can now use the phone to it's intended task, and it's not possible to quit the app.

Any suggestion would be helpful?

posted May 28, 2014 by Amit Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Why dont you use the app you mentioned as HOME app?

answer May 29, 2014 by Parveen
Similar Questions
+1 vote

In Android5.0, an App(apk) can be installed in multiple users. When the App is running in another user, there is a new process of the App. I want to develop a App which is running in multiple users but only one process is created. Some system process, such like "com.android.phone" is running in this way. But I can not find the way to do that.

I have tried as below, but don't work.

  1. use sharedUserId as system, and mark persistent to be true;
  2. sign app as platform signature, put the apk to /system/app or /system/priv-app/;

However, service/recevier/provider can use in manifest.xml to share the same component although.(single user tag must be installed in /system/priv-app/).

+3 votes

Why we are not looking forward to create gesture controlled Android OS ?
Using 3D camera's we can map Interaction with gestures.

0 votes

Can anyone suggest the library for Push Notification?

+1 vote

I have a bunch of content (school text book type including images, equations, text, graphs etc ., that need to be made available for consumption on an Android App. Have tried doc parsing to JSON but it appears there are limitations of JSON (such as lack of adequate image support, support for special characters including math equations and so on.

Can someone recommend good, content publishing suite that allows delivery over mobile ? thanks Sridhar

+3 votes

I want to fetch details of particular objects inside my activity.How can I get it.

...