I need to hide a Settings app (gear) icon from Android dropdown menu (when you swipe down). Do you have any thoughts about this use case?
Asked
Active
Viewed 62 times
0
-
Why you want to hide that setting icon? – Roadies Mar 30 '17 at 14:04
-
@Roadies, i develop internal company app and guys above me dont want to let other people "play" with settings. – P. Savrov Mar 30 '17 at 14:05
-
Is that the built-in Settings icon from the Launcher ("desktop"/"home") screen? – samus Mar 30 '17 at 14:10
-
@SamusArin yes. I use android 5.x and its a default feature – P. Savrov Mar 30 '17 at 14:10
-
Perhaps this is a starting point https://developer.android.com/guide/topics/admin/device-admin.html – samus Mar 30 '17 at 14:12
-
1... or here http://stackoverflow.com/questions/8225156/override-or-disable-settings-menu – samus Mar 30 '17 at 14:16
-
@SamusArin the second one is awesome. I have app settings activty so i made to open it after click on gear icon. Thanks man! – P. Savrov Mar 30 '17 at 14:25
-
1@P.Savrov Sure, np... This is good to know, so thanks to you as well :) – samus Mar 30 '17 at 14:36