Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // IMyAidl.aidl
  2. package br.com.packapps.testeaidl;
  3.  
  4. // Declare any non-default types here with import statements
  5.  
  6. interface IMyAidl {
  7. /**
  8. * Demonstrates some basic types that you can use as parameters
  9. * and return values in AIDL.
  10. */
  11. double soma(double a, double b);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement