Merge "Define phone process as a constant"

am: 465fdc2b25

Change-Id: I4414b2e40dcaa459d8c9209082f66c9656013e50
This commit is contained in:
Brad Ebinger
2018-03-16 20:49:52 +00:00
committed by android-build-merger

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.
*