Commit 1e6329d
Wink Saville
Use new preferredAPN URI avoiding onApnChanged() call with self-change
Solving the issue that setting preferred APN from GDCT triggers
back APN change event and force unnecessary data call disconnects
and setups.
The new URI is added in Telephony Provider so ContentObserver
callback (results in onApnChanged) will not be triggered.
Bug:5448858
Change-Id: I4c0bcf32cec69cf1d0a0430f7a27495b89e936251 parent bd9d9d3 commit 1e6329d
File tree
1 file changed
+11
-4
lines changed- telephony/java/com/android/internal/telephony/gsm
1 file changed
+11
-4
lines changedLines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
2342 | 2343 | | |
2343 | 2344 | | |
2344 | 2345 | | |
| 2346 | + | |
2345 | 2347 | | |
2346 | 2348 | | |
2347 | 2349 | | |
| 2350 | + | |
2348 | 2351 | | |
2349 | | - | |
| 2352 | + | |
2350 | 2353 | | |
2351 | 2354 | | |
| 2355 | + | |
2352 | 2356 | | |
2353 | 2357 | | |
2354 | | - | |
| 2358 | + | |
2355 | 2359 | | |
2356 | 2360 | | |
2357 | 2361 | | |
2358 | 2362 | | |
2359 | 2363 | | |
| 2364 | + | |
2360 | 2365 | | |
2361 | 2366 | | |
2362 | 2367 | | |
2363 | 2368 | | |
2364 | | - | |
| 2369 | + | |
2365 | 2370 | | |
2366 | 2371 | | |
2367 | 2372 | | |
| |||
2376 | 2381 | | |
2377 | 2382 | | |
2378 | 2383 | | |
| 2384 | + | |
2379 | 2385 | | |
2380 | 2386 | | |
2381 | 2387 | | |
| |||
2386 | 2392 | | |
2387 | 2393 | | |
2388 | 2394 | | |
| 2395 | + | |
2389 | 2396 | | |
2390 | 2397 | | |
2391 | 2398 | | |
| |||
0 commit comments