File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
2323 <uses-permission android : name =" android.permission.WRITE_SETTINGS" />
2424 <uses-permission android : name =" android.permission.CALL_PHONE" />
25- <uses-permission android : name =" android.permission.SEND_SMS"
25+ <uses-permission
26+ android : name =" android.permission.SEND_SMS"
2627 tools : ignore =" SmsAndCallLogPolicy" />
2728 <uses-permission android : name =" android.permission.MODIFY_AUDIO_SETTINGS" />
2829
108109 <activity
109110 android : name =" .apps.TrampolineActivity"
110111 android : excludeFromRecents =" true"
111- android : exported =" true "
112+ android : exported =" false "
112113 android : finishOnTaskLaunch =" true"
113114 android : launchMode =" singleInstance"
114- android : theme =" @android:style/Theme.NoDisplay" ></ activity >
115+ android : theme =" @android:style/Theme.NoDisplay" / >
115116 </application >
116117</manifest >
You can’t perform that action at this time.
0 commit comments