diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2010-12-29 14:35:21 -0800 |
---|---|---|
committer | Robert Greenwalt <rgreenwalt@google.com> | 2011-01-04 11:15:19 -0800 |
commit | e32e812b11520b244374371ee49eaed20c84a6e3 (patch) | |
tree | 8c4521331196614a50376cfe1f0f03fcc09d0c69 /telephony | |
parent | 08a4186b1f0ca71aac94a24c1dbbdc0a84b8c705 (diff) | |
download | frameworks_base-e32e812b11520b244374371ee49eaed20c84a6e3.zip frameworks_base-e32e812b11520b244374371ee49eaed20c84a6e3.tar.gz frameworks_base-e32e812b11520b244374371ee49eaed20c84a6e3.tar.bz2 |
Always file DUN requests for tethering.
A bit of a hack so that first trySetupData call uses the proper APN in
strange edge cases. Made a new startUsingNetworkFeature string
that ConnectivityService knows means always pass the request to telephony
even if telephony connections are not currently available.
bug:3133178
Change-Id: I2559b9cbaed4b4ec02bdf7ea78e6003ee2be64f2
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/Phone.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/Phone.java b/telephony/java/com/android/internal/telephony/Phone.java index 25ad48d..d0b5540 100644 --- a/telephony/java/com/android/internal/telephony/Phone.java +++ b/telephony/java/com/android/internal/telephony/Phone.java @@ -132,6 +132,7 @@ public interface Phone { static final String FEATURE_ENABLE_SUPL = "enableSUPL"; static final String FEATURE_ENABLE_DUN = "enableDUN"; static final String FEATURE_ENABLE_HIPRI = "enableHIPRI"; + static final String FEATURE_ENABLE_DUN_ALWAYS = "enableDUNAlways"; /** * Return codes for <code>enableApnType()</code> |