android: make some activity attributes private

They are only meant to be used internally. This reduces the risk of SDK users
sending garbage when we expect a specific type.
This commit is contained in:
Saúl Ibarra Corretgé 2019-06-21 16:28:29 +02:00 committed by Saúl Ibarra Corretgé
parent b2e840636a
commit 1786bfadce
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ public class JitsiMeetActivity extends FragmentActivity
protected static final String TAG = JitsiMeetActivity.class.getSimpleName();
public static final String ACTION_JITSI_MEET_CONFERENCE = "org.jitsi.meet.CONFERENCE";
public static final String JITSI_MEET_CONFERENCE_OPTIONS = "JitsiMeetConferenceOptions";
private static final String ACTION_JITSI_MEET_CONFERENCE = "org.jitsi.meet.CONFERENCE";
private static final String JITSI_MEET_CONFERENCE_OPTIONS = "JitsiMeetConferenceOptions";
// Helpers for starting the activity
//