mirror of
				https://github.com/SimpleMobileTools/Simple-Clock.git
				synced 2025-06-05 22:19:17 +02:00 
			
		
		
		
	make an activity and a receiver exported
This commit is contained in:
		| @@ -28,7 +28,7 @@ | |||||||
|  |  | ||||||
|         <activity |         <activity | ||||||
|             android:name=".activities.SplashActivity" |             android:name=".activities.SplashActivity" | ||||||
|             android:exported="false" |             android:exported="true" | ||||||
|             android:launchMode="singleTask" |             android:launchMode="singleTask" | ||||||
|             android:theme="@style/SplashTheme"> |             android:theme="@style/SplashTheme"> | ||||||
|  |  | ||||||
| @@ -101,7 +101,7 @@ | |||||||
|  |  | ||||||
|         <receiver |         <receiver | ||||||
|             android:name=".receivers.BootCompletedReceiver" |             android:name=".receivers.BootCompletedReceiver" | ||||||
|             android:exported="false"> |             android:exported="true"> | ||||||
|             <intent-filter> |             <intent-filter> | ||||||
|                 <action android:name="android.intent.action.BOOT_COMPLETED" /> |                 <action android:name="android.intent.action.BOOT_COMPLETED" /> | ||||||
|                 <action android:name="android.intent.action.QUICKBOOT_POWERON" /> |                 <action android:name="android.intent.action.QUICKBOOT_POWERON" /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user