Changes between Version 26 and Version 27 of GameApp


Ignore:
Timestamp:
Aug 8, 2015, 11:41:35 AM (10 years ago)
Author:
Timothy Lin
Comment:

Updated code formatting.

Legend:

Unmodified
Added
Removed
Modified
  • GameApp

    v26 v27  
    3838
    3939{{{#!java
    40 ApplicationContextProvider.getContext().sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(writeFile)));
     40ApplicationContextProvider.getContext().sendBroadcast(
     41new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE,
     42Uri.fromFile(writeFile)));
    4143}}}
    4244