|
|
|
@ -73,7 +73,7 @@ public class MainActivity extends AppCompatActivity {
|
|
|
|
|
Date date = new Date(BuildConfig.BUILD_TIMESTAMP);
|
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm");
|
|
|
|
|
String caption = "MP";
|
|
|
|
|
switch (getCustomAppId()) {
|
|
|
|
|
switch (MicroPhotoService.getCustomAppId()) {
|
|
|
|
|
case 1:
|
|
|
|
|
caption = "RP";
|
|
|
|
|
break;
|
|
|
|
@ -640,6 +640,6 @@ public class MainActivity extends AppCompatActivity {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private native int getCustomAppId();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|