Posts by Pedro Paulo • 11 points
1 post
-
1
votes3
answers2591
viewsA: How to create a mobile desktop shortcut for a Web App?
1-Create Function to call Intent of shortcut: private void criarAtalho() { Intent shortcutIntent = new Intent(getApplicationContext(), SplashScreen.class);…