안드로이드 PhoneBase.java (What is PhoneBase in android?)
PhoneBase는 Phone 인터페이스에 정의 된 서비스 Indicator의 수신 등록 및 해제 메서드와 GSMPhone / CDMAPhone 클래스에서 사용되지 않는 메서드는 PhonbeBase Class에 더미 메서드를 구현하여 GSMPhone과 CDMAPhone Class에 구현하지 않도록 하고 있다. /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li..
2014. 4. 16. 16:38