File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33 <application >
44 <activity
55 android : name =" .inbox.IterableInboxActivity"
6- android : label =" Inbox" />
6+ android : exported =" false"
7+ android : label =" Inbox" />
78 <activity
8- android : name =" .inbox.IterableInboxMessageActivity" />
9+ android : name =" .inbox.IterableInboxMessageActivity"
10+ android : exported =" false" />
911 </application >
1012</manifest >
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ package="com.iterable.iterableapi" android:versionName="1.2.3" android:versionCo
44 <application
55 android : label =" IterableAPI"
66 android : supportsRtl =" true" >
7- <activity android : name =" .unit.MainActivity" >
7+ <activity android : name =" .unit.MainActivity"
8+ android : exported =" false" >
89 <intent-filter >
910 <action android : name =" android.intent.action.MAIN" />
1011 <category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments