Hide the app from launcher
Этот коммит содержится в:
@@ -2,10 +2,18 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
|
||||
|
||||
<application
|
||||
android:label="@string/app_name_hidden"
|
||||
android:label="@string/hidden_app_name"
|
||||
tools:replace="label">
|
||||
|
||||
<receiver android:name=".DialLaunchReceiver" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Ссылка в новой задаче
Block a user