File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 android : label =" @string/app_name"
1010 android : supportsRtl =" true"
1111 android : theme =" @style/AppTheme" >
12+
1213 <!--
1314 This is the "edit" Activity. Note that Locale will reject plug-in Activities for the following reasons:·
1415 - Missing "android:label=[...]"
4041 <receiver
4142 android : name =" .FireReceiver"
4243 android : exported =" true"
43- android : process =" :background" >
44+ android : process =" :background"
45+ android : permission =" com.termux.permission.RUN_COMMAND" >
4446 <!-- This Intent filter allows the plug-in to discovered by Locale. -->
4547 <intent-filter >
4648 <action android : name =" com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
4749 </intent-filter >
4850 </receiver >
4951
50- <service android : name =" .ResultsService" />
52+ <!--
53+ This is service that will receive execution result from the execution service via a PendingIntent
54+ -->
55+ <service android : name =" .PluginResultsService" />
5156 </application >
5257
5358</manifest >
You can’t perform that action at this time.
0 commit comments