File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pythonforandroid/bootstraps/qt5/build/templates Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 76
76
android : theme =" @style/AppTheme"
77
77
android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode{% if args.min_sdk_version >= 8 %}|uiMode{% endif %}{% if args.min_sdk_version >= 13 %}|screenSize|smallestScreenSize{% endif %}{% if args.min_sdk_version >= 17 %}|layoutDirection{% endif %}{% if args.min_sdk_version >= 24 %}|density{% endif %}"
78
78
android : screenOrientation =" {{ args.orientation }}"
79
+ android : exported =" true"
79
80
{% if args.activity_launch_mode %}
80
81
android : launchMode =" {{ args.activity_launch_mode }}"
81
82
{% endif %}
126
127
{% if args.launcher %}
127
128
<activity android : name =" org.kivy.android.launcher.ProjectChooser"
128
129
android : icon =" @mipmap/icon"
129
- android : label =" @string/app_name" >
130
+ android : label =" @string/app_name"
131
+ android : exported =" true" >
130
132
131
133
<intent-filter >
132
134
<action android : name =" android.intent.action.MAIN" />
152
154
<service android : name =" org.kivy.android.billing.BillingReceiver"
153
155
android : process =" :pythonbilling" />
154
156
<receiver android : name =" org.kivy.android.billing.BillingReceiver"
155
- android : process =" :pythonbillingreceiver" >
157
+ android : process =" :pythonbillingreceiver"
158
+ android : exported =" false" >
156
159
<intent-filter >
157
160
<action android : name =" com.android.vending.billing.IN_APP_NOTIFY" />
158
161
<action android : name =" com.android.vending.billing.RESPONSE_CODE" />
You can’t perform that action at this time.
0 commit comments