Changes between Version 22 and Version 23 of GameApp
- Timestamp:
- Apr 22, 2015, 7:46:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GameApp
v22 v23 42 42 ApplicationContextProvider.getContext().sendBroadcast(new Intent( 43 43 Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(writeFile))); 44 where writeFile was the file I just saved. (The full code can be seen inthrough this Wiki here:44 where writeFile was the file I just saved. (The full code can be seen through this Wiki here: 45 45 http://wiki.raidtech.net/browser/gameapp/app/src/main/java/net/raidtech/first/gameapp 46 46