Define phone process as a constant

Test: Manual
Bug: 72645729
Merged-In: I8086e4efa15d74bd61c55b72c7b14be4705fcd58
Change-Id: If07728ea2cc0128113ebe947a154f80ff45a7d9d
This commit is contained in:
Brad Ebinger
2018-03-14 16:14:55 -07:00
parent 98c1d17cb4
commit 1078b3a36b

View File

@@ -110,6 +110,13 @@ public class TelephonyManager {
public static final String MODEM_ACTIVITY_RESULT_KEY =
BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY;
/**
* The process name of the Phone app as well as many other apps that use this process name, such
* as settings and vendor components.
* @hide
*/
public static final String PHONE_PROCESS_NAME = "com.android.phone";
/**
* The allowed states of Wi-Fi calling.
*