Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <activity class=".MyCustomCallActivity"
  2. android:label="@string/mycustomcall_title">
  3. <intent-filter>
  4. <action android:name="android.intent.action.ANSWER" />
  5. </intent-filter>
  6.  
  7. ...
  8. </activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement