Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_opt_telephony
Commits
7059f27c
Commit
7059f27c
authored
9 years ago
by
Junda Liu
Committed by
Android (Google) Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Add hidden intent for sms based carrier provisioning." into mnc-dev
parents
1f059ef7
3817cc94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/java/android/provider/Telephony.java
src/java/android/provider/Telephony.java
+9
-0
No files found.
src/java/android/provider/Telephony.java
View file @
7059f27c
...
...
@@ -987,6 +987,15 @@ public final class Telephony {
public
static
final
String
SMS_CB_RECEIVED_ACTION
=
"android.provider.Telephony.SMS_CB_RECEIVED"
;
/**
* Action: A SMS based carrier provision intent. Used to identify default
* carrier provisioning app on the device.
* @hide
*/
@SdkConstant
(
SdkConstantType
.
BROADCAST_INTENT_ACTION
)
public
static
final
String
SMS_CARRIER_PROVISION_ACTION
=
"android.provider.Telephony.SMS_CARRIER_PROVISION"
;
/**
* Broadcast Action: A new Emergency Broadcast message has been received
* by the device. The intent will have the following extra
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment