Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. public void share(String title, String text) {
  2.  
  3. NSString TextShare = new NSString(text);
  4. NSArray<NSString> texttoshare = new NSArray<NSString>(TextShare);
  5. UIActivityViewController share = new UIActivityViewController(texttoshare,null);
  6.  
  7. iosApplication.getUIWindow().getRootViewController().presentViewController(share, true, null);
  8.  
  9. }
  10.  
  11. Nov 1 14:06:44 192-168-1-6.tpgi.com.au lsd[2226]: LaunchServices: Currently 0 installed placeholders: (
  12. )
  13. Nov 1 14:06:48 192-168-1-6 com.apple.CoreSimulator.SimDevice.55349C71-F581-4897-B262-E951628DEC6D.launchd_sim[2203] (UIKitApplication:com.siroak.readysteadyteddy[0xa2b1][2240]): Service exited due to signal: Abort trap: 6
  14. Nov 1 14:06:48 192-168-1-6.tpgi.com.au SpringBoard[2214]: Application 'UIKitApplication:com.siroak.readysteadyteddy[0xa2b1]' crashed.
  15. Nov 1 14:06:48 192-168-1-6 assertiond[2218]: assertion failed: 14A389 12B411: assertiond + 11523 [3F572A0B-7E12-378D-AFEE-EA491BAF2C36]: 0x1
  16. Nov 1 14:06:57 192-168-1-6.tpgi.com.au mstreamd[2209]: (Note ) PS: Media stream daemon stopping.
  17. Nov 1 14:06:57 192-168-1-6.tpgi.com.au mstreamd[2209]: (Note ) AS: <MSIOSAlbumSharingDaemon: 0x7fdf51d0a930>: Shared Streams daemon has shut down.
  18. Nov 1 14:06:57 192-168-1-6.tpgi.com.au mstreamd[2209]: (Warn ) mstreamd: mstreamd shutting down.
  19. Nov 1 14:07:53 192-168-1-6 com.apple.CoreSimulator.SimDevice.55349C71-F581-4897-B262-E951628DEC6D.launchd_sim[2203] (com.apple.containermanagerd[2231]): Service exited due to signal: Killed: 9
  20. Nov 1 14:07:53 192-168-1-6.tpgi.com.au installd[2212]: 0x1115c8000 __37+[MCMContainerManager defaultManager]_block_invoke_2: Connection interrupted to com.apple.containermanagerd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement