Skip to content

Commit

Permalink
修正格式
Browse files Browse the repository at this point in the history
  • Loading branch information
wswenyue committed Oct 11, 2015
1 parent 95fc145 commit dc5a4ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Android/Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ interface IRemoteService{
}
```

**2. 在Service组件的onBind()方法中,返回aidl接口的Stub对象 **
**2.在Service组件的onBind()方法中,返回aidl接口的Stub对象**
示例:

```java
Expand All @@ -310,7 +310,6 @@ public class RemoteSerice extends Service {
public IBinder onBind(Intent intent) {
return stub;//2.2 返回aidl接口的Stub对象
}

}

```
Expand Down

0 comments on commit dc5a4ba

Please sign in to comment.