Intents.java (zxing-zxing-3.4.0) | : | Intents.java (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 302 | skipping to change at line 302 | |||
*/ | */ | |||
public static final String ACTION = "com.google.zxing.client.android.SHARE"; | public static final String ACTION = "com.google.zxing.client.android.SHARE"; | |||
private Share() { | private Share() { | |||
} | } | |||
} | } | |||
// Not the best place for this, but, better than a new class | // Not the best place for this, but, better than a new class | |||
// Should be FLAG_ACTIVITY_NEW_DOCUMENT in API 21+. | // Should be FLAG_ACTIVITY_NEW_DOCUMENT in API 21+. | |||
// Defined once here because the current value is deprecated, so generates jus t one warning | // Defined once here because the current value is deprecated, so generates jus t one warning | |||
@SuppressWarnings("deprecation") | ||||
public static final int FLAG_NEW_DOC = Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RE SET; | public static final int FLAG_NEW_DOC = Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RE SET; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |