shl Posted May 12, 2014 Share Posted May 12, 2014 Bonjour, Etant débutant dans la création d'apk, je vous sollicite pour un projet : je souhaiterais créer une application qui afficherait le nom de l'opérateur dans la bar de notificaiton j'ai trouvé deux codes sur internet : TelephonyManager manager = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE));String carrierName = manager.getNetworkOperatorName();TelephonyManager telephonyManager = ((TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE));String operatorName = telephonyManager.getNetworkOperatorName(); je ne vois pas trop en fait où le déclarer en surtout je ne trouve rien pour l'affichage dans la bar de notif toute aide serait la bienvenue merci d'avance Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.