dubbld
dubbld

Reputation: 19

What can com.sec.android.app.launcher be used for?

Can com.sec.android.app.launcher be used to hide or disguise messages, texts, or apps on your phone? I am encountering an issue that I can't post about on here, but knowing what this apk can do would help greatly.

Upvotes: 1

Views: 78604

Answers (3)

John VanAsselberg II
John VanAsselberg II

Reputation: 11

Here I was looking for ‍‍‍cdfs mode launcher when I come across this old post. Hmm... Now I'll throw my 2 cents in:

The {.sec.} in a manifest.xml files that I have come across changes the name compared to the other ones w/o it. Looks something like this:

<name>android.hardware.audio.effect</name>
And: <name>IEffectsFactory</name>

Open that and it's readable:

Compared to: <name>vendor.samsung.hardware.gnss</name>
And: <name>ISecGnss</name>

Open this and it will freak you out! All kinds of wing dings looking symbols instead of text.

Upvotes: 1

Adam Link
Adam Link

Reputation: 2793

Per this extensive list of apps that are safe or dangerous to remove from your phone, the particular package com.sec.android.app.launcher is TouchWiz Home which is a Launcher provided by default on your phone.

You should only remove this if you have another launcher installed.

Upvotes: 0

Aun
Aun

Reputation: 1923

you should be using samsung phone with samsung touchwiz UI on top of android. This should be launcher app customized by samsung.

com.sec.android.* is used normally used by samsung

Upvotes: 3

Related Questions