|
4 | 4 | <manifest>
|
5 | 5 | <application>
|
6 | 6 | <activity android:name="com.google.zxing.client.android.CaptureActivity"
|
| 7 | + android:exported="false" |
7 | 8 | android:clearTaskOnLaunch="true"
|
8 | 9 | android:stateNotNeeded="true"
|
9 | 10 | android:screenOrientation="fullSensor"
|
|
49 | 50 | </activity>
|
50 | 51 | <activity android:name="com.google.zxing.client.android.encode.EncodeActivity"
|
51 | 52 | android:label="@string/share_name"
|
| 53 | + android:exported="false" |
52 | 54 | android:stateNotNeeded="true">
|
53 | 55 | <intent-filter>
|
54 | 56 | <action android:name="com.google.zxing.client.android.ENCODE"/>
|
|
69 | 71 | </activity>
|
70 | 72 | <activity android:name="com.google.zxing.client.android.book.SearchBookContentsActivity"
|
71 | 73 | android:label="@string/sbc_name"
|
| 74 | + android:exported="false" |
72 | 75 | android:stateNotNeeded="true"
|
73 | 76 | android:screenOrientation="landscape"
|
74 | 77 | android:configChanges="orientation|keyboardHidden">
|
|
79 | 82 | </activity>
|
80 | 83 | <activity android:name="com.google.zxing.client.android.share.ShareActivity"
|
81 | 84 | android:label="@string/share_name"
|
| 85 | + android:exported="false" |
82 | 86 | android:stateNotNeeded="true"
|
83 | 87 | android:screenOrientation="user"
|
84 | 88 | android:theme="@android:style/Theme.Light">
|
|
89 | 93 | </activity>
|
90 | 94 | <activity android:name="com.google.zxing.client.android.history.HistoryActivity"
|
91 | 95 | android:label="@string/history_title"
|
| 96 | + android:exported="false" |
92 | 97 | android:stateNotNeeded="true">
|
93 | 98 | <intent-filter>
|
94 | 99 | <action android:name="android.intent.action.VIEW"/>
|
|
97 | 102 | </activity>
|
98 | 103 | <activity android:name="com.google.zxing.client.android.share.BookmarkPickerActivity"
|
99 | 104 | android:label="@string/bookmark_picker_name"
|
| 105 | + android:exported="false" |
100 | 106 | android:stateNotNeeded="true">
|
101 | 107 | <intent-filter>
|
102 | 108 | <action android:name="android.intent.action.PICK"/>
|
|
105 | 111 | </activity>
|
106 | 112 | <activity android:name="com.google.zxing.client.android.share.AppPickerActivity"
|
107 | 113 | android:label="@string/app_picker_name"
|
| 114 | + android:exported="false" |
108 | 115 | android:stateNotNeeded="true"
|
109 | 116 | android:configChanges="orientation">
|
110 | 117 | <intent-filter>
|
|
113 | 120 | </intent-filter>
|
114 | 121 | </activity>
|
115 | 122 | <activity android:name="com.google.zxing.client.android.HelpActivity"
|
| 123 | + android:exported="false" |
116 | 124 | android:screenOrientation="user">
|
117 | 125 | <intent-filter>
|
118 | 126 | <action android:name="android.intent.action.VIEW"/>
|
|
0 commit comments