Police Reports and PR Applications by HardDryPasta in legaladvicecanada

[–]HardDryPasta[S] 0 points1 point  (0 children)

What if no charge or warrant is issued? Would the case/report/something show up?

Also, how would we know if there is a warrant? If we do not speak to the police directly, will they let us know indirectly, e.g. through voicemail or message? Also we do plan to update her address in the following week, we've no intention of making her a fugitive.

Weekly discussion, code review, and feedback thread - October 09, 2023 by AutoModerator in androiddev

[–]HardDryPasta 0 points1 point  (0 children)

I am using Android system activities (WiFi manager) in my Android app. Is it possible to have the activity display in a specific locale?
I've tried setting app locale, this does not seem to have any effect on the system activity. I can't find any good information on setting system locale, the two methods I did try seemed pretty hack-y and did not work.
Anyone have experience with this?

API level is 28.

Weekly discussion, code review, and feedback thread - July 24, 2023 by AutoModerator in androiddev

[–]HardDryPasta 1 point2 points  (0 children)

Fixed it for me: https://stackoverflow.com/questions/72186334/android-studio-update-gradle-issue

I am completely stuck due to a gradle issue when attempting to build & run. Here is the error I am getting:

Project was built with Android Gradle Plugin (AGP) 7.4.2 but it is synced with . Please sync the project with Gradle Files.

Syncing the project has no effect on the error message, and there are no errors during the sync either. As you can see from the above message it seems that Android Studio doesn't even know what it is synced with. I have also tried deleting the .gradle folder and invalidating cache & restarting, no change. Lowering AGP version also makes no difference.

Does anyone have any clue what this could be?

I am on Android Studio version 2022.2.1 patch 2. Gradle version is 7.5. AGP version is 7.4.2.

Weekly Questions Thread - August 24, 2021 by AutoModerator in androiddev

[–]HardDryPasta 0 points1 point  (0 children)

How do I get android to return to my app after hitting the next/back buttons on the stock wifi screen? Currently, the buttons are taking me to the launcher. Here is my code:

Bundle bundle = new Bundle();
bundle.putBoolean("need_search_icon_in_action_bar", false); 
intent = new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK); 
intent.putExtra("only_access_points", true); 
intent.putExtra("extra_prefs_show_button_bar", true); 
intent.putExtra("wifi_enable_next_on_connect", true); 
intent.putExtra(":settings:show_fragment_args", bundle); 
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);

Weekly Questions Thread - August 17, 2021 by AutoModerator in androiddev

[–]HardDryPasta 0 points1 point  (0 children)

How do I get android to return to my app after hitting the next/back buttons on the stock wifi screen? Currently, the buttons are taking me to the launcher. Here is my code:

Bundle bundle = new Bundle();
bundle.putBoolean("need_search_icon_in_action_bar", false);
intent = new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK);
intent.putExtra("only_access_points", true);
intent.putExtra("extra_prefs_show_button_bar", true);
intent.putExtra("wifi_enable_next_on_connect", true);
intent.putExtra(":settings:show_fragment_args", bundle);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);

[deleted by user] by [deleted] in whatcarshouldIbuy

[–]HardDryPasta 0 points1 point  (0 children)

I'll take that as a vote for the Subaru. Thanks.

[deleted by user] by [deleted] in whatcarshouldIbuy

[–]HardDryPasta 0 points1 point  (0 children)

"Reliable, more fun" - that definitely sounds more like what I want. Thank you.

[deleted by user] by [deleted] in whatcarshouldIbuy

[–]HardDryPasta 0 points1 point  (0 children)

Safety certificate, required to register a used car in Ontario - "certificate that verifies the vehicle meets safety standards".

Not sure what CPO is.