
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@maximilien0405/capacitor-android-launcher
Advanced tools
Capacitor plugin to request your app to be the main launcher.
The Capacitor Android Launcher Plugin allows you to set your app as the default launcher on Android devices.
It also provides immersive mode functionality, which hides all system UI elements (status bar and navigation bar). This can be useful for kiosk apps or even apps designed for children or seniors.
To install the plugin, run the following commands:
npm install @maximilien0405/capacitor-android-launcher
npx cap sync
And import it just like this:
import { AndroidLauncher } from '@maximilien0405/capacitor-android-launcher';
This method opens the settings page where the user can set your app as the default launcher.
await AndroidLauncher.openLauncherSettings();
This method hides all system UI elements, creating a full-screen experience.
await AndroidLauncher.startImmersiveMode();
This method restores the system UI elements.
await AndroidLauncher.stopImmersiveMode();
This method checks if your app is currently set as the default launcher.
const isLauncher = await AndroidLauncher.isLauncherApp();
console.log(isLauncher); // true or false
For issues or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
Capacitor plugin to request your app to be the main launcher.
We found that @maximilien0405/capacitor-android-launcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.