Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to get the names of the launchers available on android?
    primarykey
    data
    text
    <p>So I want that when an activity is started ex:myactivity, it should get the names of all the applications that are launcher activities(ex:apex, nova,etc.) and list them. Is there any way to do that? I wan that my app should search for this and show a list of apps that can be set as default home launchers just like default app manager does.</p> <pre><code>&lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.HOME" /&gt; &lt;category android:name="android.intent.category.DEFAULT" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; </code></pre> <p><a href="https://www.google.co.in/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;ved=0CCsQFjAA&amp;url=https://play.google.com/store/apps/details?id=com.appiator.defaultappmanager&amp;hl=en&amp;ei=kp7VUdCtA4_qrQeLoYDACQ&amp;usg=AFQjCNHor_f6tAR8c4_DZs5fEVNmtr1Zow&amp;bvm=bv.48705608,d.bmk" rel="nofollow">Default App Manager</a><br> <a href="https://www.google.co.in/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=3&amp;cad=rja&amp;ved=0CEAQFjAC&amp;url=https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher&amp;ei=kp7VUYjDBMKPrQfF24HQDA&amp;usg=AFQjCNH2DL_FP2s0PRjAgMZO_CinDwsCBA&amp;bvm=bv.48705608,d.bmk" rel="nofollow">Nova Launcher</a></p> <p>Now how do I make it so that when a button is clicked the setting activity for the current default launcher is opened? We can do that in Default App Manager so I know its possible but I am unable to get to it.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload