Network detection sample using TelephonyManager

Change-Id: Iaa5b66a2eda07fd9de4ea613209226dd4ee64abd

Conflicts:

	samples/ApiDemos/AndroidManifest.xml
This commit is contained in:
Anirudh Dewani
2011-06-22 17:56:30 +05:30
parent 320d10ef62
commit fea911d535
4 changed files with 254 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ document.write(""+
" <li><a href='src/com/example/android/apis/graphics/index.html'>Graphics</a></li>"+
" <li><a href='src/com/example/android/apis/media/index.html'>Media</a></li>"+
" <li><a href='src/com/example/android/apis/os/index.html'>OS</a></li>"+
" <li><a href='src/com/example/android/apis/telephony/index.html'>Telephony</a></li>"+
" <li><a href='src/com/example/android/apis/text/index.html'>Text</a></li>"+
" <li><a href='src/com/example/android/apis/view/index.html'>Views</a></li></ul>");