Is LOCALE_CHANGE only for language , what if i want broadcast receiver if you open any app after a particular usage of time ( exceeding the time limit of the app )
Static Broadcast Receiver
And Can we make a broadcast receiver , whenever i reach near by a particular location , let say mall or a canteen , then my app by default opens and if yes then how ???
-
Yes, Locale_change is only for language change.
https://developer.android.com/reference/android/content/Intent#ACTION_LOCALE_CHANGED -
Yes you can use broadcast receiver for that.
Your can take a clue from this SO post
https://stackoverflow.com/questions/5240246/broadcastreceiver-for-location
Yes sir , it is Helpful , thankyou sir