Changes between Version 26 and Version 27 of GameApp
- Timestamp:
- Aug 8, 2015, 11:41:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GameApp
v26 v27 38 38 39 39 {{{#!java 40 ApplicationContextProvider.getContext().sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(writeFile))); 40 ApplicationContextProvider.getContext().sendBroadcast( 41 new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, 42 Uri.fromFile(writeFile))); 41 43 }}} 42 44