1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Update README.md about contributions

This commit is contained in:
Loïc Blot (@U-Exp) 2014-10-10 14:56:21 +02:00
parent 83fac3d592
commit 768b46678c
2 changed files with 2 additions and 3 deletions

View File

@ -20,9 +20,9 @@ ownCloud SMS Android Application licence is in reflexion, then sources are parti
## Contributions ## Contributions
We are searching for translations in others langs (german, spanish, russian). We are searching for translations in others langs (german, russian, italian, japanese).
To contribute please download res/values/strings.xml and give us a translated version ! To contribute please download res/values/strings.xml and res/values/google_playstore_strings.xml and give us a translated version !
## Requirements ## Requirements
- An ownCloud instance with ocsms app - An ownCloud instance with ocsms app

View File

@ -40,7 +40,6 @@ public class SmsDataProvider extends ContentProvider {
@Override @Override
public Cursor query(Uri uri, String[] projection, String selection, public Cursor query(Uri uri, String[] projection, String selection,
String[] selectionArgs, String sortOrder) { String[] selectionArgs, String sortOrder) {
// TODO Auto-generated method stub
return null; return null;
} }